/*v=1.0.0.1*/
.header {
	position:sticky;
	top:0;
	z-index:9999;
}
.c_title {
	overflow:hidden;
}
.c_title span {
	font-size:18px;
	color:#121212;
}
.c_title b {
	font-size:20px;
	color:#2b2b2b;
}
.c_title a {
	font-size:14px;
	color:#919191;
	margin-top:5px;
	float:right;
}
.c_title a:hover {
	color:#94c620;
}
.c_title .zz_icon {
	font-size:18px;
	color:#94c620;
	padding-left:25px;
	background:url('../images/zz_icon.png') no-repeat left center;
}
.ot_title {
	text-align:center;
}
.ot_title h5 {
	font-size:36px;
	color:#2b2b2b;
	margin-bottom:7px;
	font-weight: 700;
	letter-spacing: 2px;
}
.ot_title .cn {
	font-size:36px;
	color:#222222;
	margin-top:-32px;
	letter-spacing:2px;
}
.ot_title .en {
	font-size:66px;
	color:rgba(153,153,153,.3);
	font-family:'pingfang';
	text-transform:uppercase;
}
.ot_title span {
	font-size:16px;
	color: #666666;;
	font-weight: 400;
}
.title_b {
	width:30px;
	height:30px;
	margin:0 auto;
}
.title_b img {
	display:block;
}
.hd_title {
	display:block;
	font-size:18px;
	line-height:20px;
	color:#94c620;
	font-weight:bold;
	position:relative;
	padding-left:18px;
}
.hd_title::before {
	position:absolute;
	content:'';
	left:0;
	top:1px;
	height:100%;
	width:5px;
	background:#94c620;
	border-radius:30px;
}
.com_title {
	overflow:hidden;
	margin-bottom:25px;
	text-align:center;
	width:590px;
}
.com_title h5 {
	font-size:26px;
	color:#2b2b2b;
	position:relative;
	padding-left:17px;
}
.com_title h5 span {
	font-size:16px;
	color:#919191;
	font-weight:normal;
}
.com_title h5::after {
	content:'';
	position:absolute;
	width:7px;
	height:100%;
	background:#94c620;
	border-radius:100px;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.com_title .more {
	font-size:14px;
	color:#919191;
	margin-top:10px;
}
.com_title .more:hover {
	color:#1b6aa9;
}
.com_title .t_nav {
	margin-top:8px;
}
.com_title .t_nav a {
	font-size:16px;
	color:#5e5e5e;
	margin-left:30px;
}
.com_title .t_nav a.on {
	color:#1b6aa9;
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;
	margin: 0px auto;
	min-height: 600px;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: #90c31e;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li .on {background: #00a2ff;color: #fff;}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
/* 产品 */
.index_pro {
	width: 100%;
	margin:30px auto;
}
.pro_list {
	width:1200px;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
.pro_list::after {
	content:'';
	clear:both;
	width:0;
	height:0;
	display:block;
}
.pro_list .itemLi {
	position:relative;
	width:380px;
	height:300px;
	margin-top:28px;
	margin-right:30px;
}
.pro_list .itemLi:nth-of-type(1) {
	margin-top:0;
}
.pro_list .itemLi:nth-of-type(2) {
	margin-top:0;
}
.pro_list .itemLi:nth-of-type(3) {
	margin-top:0;
}
.pro_list .itemLi:nth-of-type(3n) {
	margin-right:0;
}
.pro_img_box {
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.pro_img_box .shadow {
	position:absolute;
	height:0;
	bottom:0;
	overflow:hidden;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	z-index:1;
	background:rgb(0,0,0,0.7);
	padding:0 29px;
	transition:.4s;
}
.pro_list .itemLi:hover .shadow {
	height:100%;
}
.pro_img_box .shadow h5 {
	font-size:20px;
	color:white;
	margin:26px 0;
}
.pro_img_box .shadow p {
	font-size:14px;
	color:white;
	line-height:30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	overflow:hidden;
}
.pro_img_box .shadow .m_style1 {
	margin-top:25px;
	display:inline-block;
	line-height:37px;
	padding:0 39px;
	border-radius:19px;
	background:#8bc856;
	font-size:16px;
	color:white;
}
.pro_img_box .pro_info {
	color:#fff;
}
.pro_img_box .pro_info .pro_img {
	width:100%;
	height:250px;
	display:block;
	background:#a5c3e0
}
.pro_detail {
	height:50px;
	padding:0 17px;
	text-align:center
}
.pro_detail_title {
	font-size:16px;
	color:#121212;
	padding-top:10px
}
.pro_detail span {
	display:inline-block;
	font-size:14px;
	color:#5e5e5e;
}
/* 成功案例 */
.index_cases {
	padding-top:10px;
}
.case_nav {
	overflow:hidden;
	height:96px;
	margin-top:30px;
}
.case_nav li {
	float:left;
	height:96px;
	width:299px;
	cursor:pointer;
	color:#ababab;
	position:relative;
	background:#eeeeee;
	border-right:1px solid #fff;
	-webkit-flex-direction:column;
	flex-direction:column;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.case_nav li p {
	font-size:38px;
	font-family:'Arial';
}
.case_nav li span {
	font-size:18px;
}
.case_nav li.on {
	background:#8bc856;
	color:#fff;
}
.case_nav li.on::after {
	content:'';
	position:absolute;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.case_list {
	padding:19px;
	border:1px solid #eee;
	border-top:none;
}
.case_list .case_item {
	display:none;
}
.case_item .case_img {
	float:left;
	width:570px;
	height:428px;
	overflow:hidden;
}
.case_item .case_img img {
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.case_item .case_img:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.case_item .case_info {
	margin-left:610px;
	height:466px;
	position:relative;
}
.case_item .case_info h5 {
	font-size:16px;
	color:#2b2b2b;
	font-weight:normal;
	padding-top:10px;
	line-height:26px;
}
.case_item .case_info h5 span {
	font-size:18px;
	color:#8bc856;
}
.case_item .case_info h5 p {
	font-size:14px;
	color:#5e5e5e;
	line-height:28px;
	padding-top:5px;
}
.case_item .case_info h4 {
	font-weight:normal;
	margin-top:13px;
}
.case_item .case_info h4 span {
	font-size:18px;
	color:#8bc856;
}
.case_item .case_info h4 p {
	font-size:14px;
	color:#5e5e5e;
	line-height:28px;
	padding-top:5px;
}
.case_item .case_info a {
	position:absolute;
	left:0;
	bottom:28px;
	width:108px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	padding-right:40px;
	font-size:14px;
	color:#d69f1b;
	border:1px solid #1b6aa9;
	border-radius:16px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.case_item .case_info a span {
	position:relative;
	z-index:3;
}
.case_item .case_info a i {
	position:absolute;
	width:40px;
	height:32px;
	right:0;
	top:0;
	z-index:3;
	background:#ecb743 url('../images/dt.png') no-repeat center;
}
.case_item .case_info a::after {
	content:'';
	position:absolute;
	left:109px;
	right:0;
	height:32px;
	background:#1b6aa9;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.case_item .case_info a:hover {
	color:#fff;
}
.case_item .case_info a:hover::after {
	left:0;
}
/* 团队 */
.index_team {
	margin-top:30px;
}
/* 资讯 */
.index_news {
	margin-top:30px;
}
.news_con .news_left {
	float:left;
	width:590px;
	height:400px;
	overflow:hidden;
}
.news_con .news_left .ns_img {
	display:block;
	position:relative;
	width:590px;
	height:400px;
}
.news_con .news_left .ns_img img {
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.news_con .news_left .ns_img p {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	font-size:20px;
	color:#fff;
	box-sizing:border-box;
	padding:40px 20px 20px;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.9));
	background:linear-gradient(to,rgba(0,0,0,0.1),rgba(0,0,0,.9));
}
.news_con .news_left .ns_img img:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.news_right {
	margin-left:620px;
}
.news_right li {
	margin-bottom:20px;
}
.news_right li a {
	display:block;
	height:85px;
	position:relative;
	padding-right:20px;
	padding-left:20px;
	background:#f7f7f7;
	overflow:hidden;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.news_right li a span {
	display:block;
	font-size:16px;
	color:#2b2b2b;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-top:10px;
}
.news_right li a p {
	font-size:14px;
	color:#919191;
	line-height:20px;
	height:40px;
	margin-top:5px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news_right li a i {
	position:absolute;
	right:-100px;
	top:0;
	width:100px;
	height:85px;
	background:url('../images/news_jt.png') no-repeat center;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.news_right li a:hover {
	background:#fff;
	box-shadow:0 0 20px rgba(6,6,6,0.1);
	padding-right:125px;
}
.news_right li a:hover i {
	right:0;
}
/* 问答 */
.index_vedio {
	margin-top:30px;
}
.vd_title {
	overflow:hidden;
	margin-bottom:25px;
	height:32px;
	padding-top:10px;
}
.vd_title b {
	font-size:20px;
	color:#2b2b2b;
}
.vd_title a {
	float:right;
	font-size:14px;
	color:#919191;
	margin-top:5px;
}
.vd_title a:hover {
	color:#1b6aa9;
}
.index_vedio .vde_left {
	float:left;
	width:590px;
}
.vde_left .vedio_list {
	overflow:hidden;
	margin-top:20px;
	width:620px;
}
.vde_left .vedio_list li {
	float:left;
	width:280px;
	margin-right:30px;
}
.vde_left .vedio_list li .vde_img {
	display:block;
	height:146px;
	overflow:hidden;
	position:relative;
}
.vde_left .vedio_list li .vde_img img {
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.vde_left .vedio_list li .vde_img i {
	position:absolute;
	width:44px;
	height:44px;
	z-index:2;
	background:url('../images/vd_btn-20200413.png') no-repeat center;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.vde_left .vedio_list li .vde_img span {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.35);
	top:0;
	left:0;
}
.vde_left .vedio_list li .vde_img p {
	position:absolute;
	width:100%;
	font-size:16px;
	color:#fff;
	left:0;
	bottom:10px;
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.vde_left .vedio_list li .vde_info {
	margin-top:20px;
	padding:15px;
	padding-left:0;
	border-top:1px dashed #f2f2f2;
	border-bottom:1px dashed #f2f2f2;
}
.vde_left .vedio_list li .vde_info a {
	display:block;
	font-size:16px;
	color:#5e5e5e;
	margin-left:17px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.vde_left .vedio_list li .vde_info a:hover {
	color:#1b6aa9;
}
.vde_left .vedio_list li .vde_img:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.vde_left .vedio_list li .vde_info span {
	display:block;
	font-size:14px;
	color:#919191;
	margin-top:8px;
	margin-left:17px;
}
.vde_right {
	margin-left:620px;
}
.qa_list {
	margin-top:5px;
	overflow:hidden;
}
.qa_list li {
	overflow:hidden;
	padding-bottom:20px;
	padding-top:14px;
	border-bottom:1px dashed #f2f2f2;
	position:relative;
}
.qa_list li .qa_title {
	float:left;
	width:50px;
	height:50px;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
	background:#fcf4e3;
	font-size:14px;
	color:#1b6aa9;
	display:-webkit-flex;
	display:flex;
	webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.qa_list li .qa_info {
	margin-left:0px;
}
.qa_list li .qa_info span {
	font-size:16px;
	color:#303030;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.qa_list li .qa_info span em {
	color:#ff0000
}
.qa_list li .qa_info span strong {
	color:#303030
}
.qa_list li .qa_info span:last-child {
	margin-top:10px;
	font-size:14px;
	color:#919191;
}
.qa_list li .qa_info span:hover {
	color:#94c620;
}
/* 服务 */
.index_server {
	margin-top:60px;
}
.server_list {
	font-size:0;
	text-align:justify;
	margin-top:30px;
}
.server_list::after {
	width:100%;
	height:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	content:'';
}
.server_list li {
	display:inline-block;
	text-align:center;
}
.server_list li i {
	display:inline-block;
	width:162px;
	height:162px;
	border:1px solid #1b6aa9;
	border-radius:50%;
}
.server_list li i.s1 {
	background:url('../images/ser_img1.png') no-repeat center;
}
.server_list li i.s2 {
	background:url('../images/ser_img2.png') no-repeat center;
}
.server_list li i.s3 {
	background:url('../images/ser_img3.png') no-repeat center;
}
.server_list li i.s4 {
	background:url('../images/ser_img4.png') no-repeat center;
}
.server_list li span {
	font-size:20px;
	color:#2b2b2b;
	display:block;
	margin-top:20px;
}
.server_list li p {
	font-size:14px;
	color:#5e5e5e;
	line-height:22px;
	margin-top:10px;
}
.server_list li i:hover {
	box-shadow:0px 4px 10px rgba(6,6,6,0.2);
}
.server_list li i.s1:hover {
	background:#ecb743 url('../images/ser_b1.png') no-repeat center;
}
.server_list li i.s2:hover {
	background:#ecb743 url('../images/ser_b2.png') no-repeat center;
}
.server_list li i.s3:hover {
	background:#ecb743 url('../images/ser_b3.png') no-repeat center;
}
.server_list li i.s4:hover {
	background:#ecb743 url('../images/ser_b4.png') no-repeat center;
}
/* 关于我们 */
.index_cpy {
	margin-top:20px;
	padding-bottom:20px;
}
.index-com-But {
	display:block;
	width:180px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	margin:30px auto;
	margin-bottom:50px;
	border-radius:4px;
	border:1px solid #8bc856;
	background:#8bc856;
}
.index-com-But:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	background:#8bc856;
	color:#fff;
	font-size:16px;
}
.container {
	width:1200px;
	margin:0 auto;
}
/*案例展示*/
.pro-new {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:35px 0 45px 0;
}
.pro-new .title {
	font-size:34px;
	text-align:center;
	padding-bottom:5px;
	color:#333333;
	letter-spacing:1px;
}
.pro-new .sub-title {
	font-size:20px;
	text-align:center;
	color:#333333;
}
.pro-new .sub-title span {
	display:inline-block;
	height:30px;
	line-height:30px;
	width:auto;
}
.pro-new .sub-title span.text {
	padding:0 10px;
}
.pro-new-show {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.pro-new-show .pro-list {
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
}
.pro-new-show .pro-list ul li {
	float:left;
	width:387px;
	height:auto;
	overflow:hidden;
	background:#FFFFFF;
	margin-right:19px;
}
.pro-new-show .pro-list ul li:last-child {
	margin-right:0;
}
.pro-new-show .pro-list ul li img {
	width:100%;
	height:291px;
}
.pro-new-show .pro-list ul li .desc {
	padding:10px 20px;
	box-sizing:border-box;
}
.pro-new-show .pro-list ul li .desc .p-title {
	font-size:16px;
	color:#323232;
	padding-bottom:5px;
}
.pro-new-show .pro-list ul li .desc .p-desc {
	font-size:14px;
	color:#969696;
	line-height:25px;
}
.pro-new-show .arrow a {
	display:inline-block;
	position:absolute;
	width:49px;
	height:100px;
	z-index:2;
}
.pro-new-show .arrow a.prev {
	left:0;
	top:50%;
	margin-top:-100px;
	background:url(../images/arrow-left.png) center center no-repeat;
}
.pro-new-show .arrow a.next {
	right:0;
	top:50%;
	margin-top:-100px;
	background:url(../images/arrow-right.png) center center no-repeat;
}
.pro-new-show .arrow a:hover {
	background-color:rgba(0,0,0,.3);
}
/* 主营业务 */
.yw_cont {
	overflow:hidden;
	margin-top:30px;
}
.yw_cont li {
	float:left;
	width:300px;
	height:310px;
	overflow:hidden;
	position:relative;
}
.yw_cont li img {
	display:block;
	width:100%;
	height:100%;
}
.yw_cont li .yw_box {
	position:absolute;
	width:100%;
	box-sizing:border-box;
	padding:40px 25px 30px 25px;
	color:#fff;
	bottom:0;
	left:0;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.yw_cont li .yw_box span {
	font-size:20px;
	display:block;
	margin-bottom:8px;
}
.yw_cont li .yw_box i {
	display:block;
	width:32px;
	border:1px solid #fff;
}
.yw_cont li .yw_box p {
	font-size:14px;
	margin-top:15px;
}
.yw_cont li:hover .yw_box {
	height:100%;
	background:rgba(0,0,0,0.5);
}
.yw_cont li:hover .yw_c {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.yw_cont li:hover i {
	margin:0 auto;
}
/* 关于我们 */
.about_baner {
	height:480px;
	background:url('../images/about_baner.jpg?v=20200413') no-repeat center;
	position:relative;
}
.about_nav {
	position:absolute;
	height:61px;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.4);
	z-index:9;
}
.about_nav.fixed {
	position:fixed;
	top:63px;
	bottom:auto;
}
.about_nav ul {
	overflow:hidden;
	text-align:center;
}
.about_nav li {
	float:none;
	display:inline-block;
	font-size:18px;
	color:#fff;
	width:170px;
	line-height:61px;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
	cursor:pointer;
}
.about_nav li a {
	color:white;
	display:block;
}
.about_nav li.on {
	background:#ecb743;
}
.about_cont {
	overflow:hidden;
}
.about_item {
	display:none;
}
.abt_intr {
	margin-top:75px;
}
.intr_box {
	margin-top:30px;
}
.intr_img {
	float:left;
	width:580px;
	height:435px;
	position:relative;
	overflow:hidden;
}
.inner {
	display:block;
	cursor:pointer;
}
.inner img {
	transition:all .4s;
}
.inner:hover img {
	transform:scale(1.05);
}
.play {
	width:83px;
	height:83px;
	background:rgba(0,0,0,.4) url(../images/3f_play_left.png) no-repeat center center;
	position:absolute;
	left:43%;
	top:40%;
	margin:0px 0 0 0px;
	border-radius:50%;
	cursor:pointer;
	transition:all .2s;
}
.play:hover {
	background-color:rgba(0,0,0,.6);
}
.intr_info {
    width:620px;
    float: left;
    height:435px;
	margin-right:0px;
	background: #f2f2f2;
}
.intr_info p {
	font-size:16px;
	line-height:30px;
	margin-bottom:5px;
	padding:0px 20px;
	text-indent: 2em;
}
.intr_info ul {
	margin-top:0px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:0;
	padding:10px 20px;
}
.intr_info ul::after {
	width:100%;
	height:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	content:'';
}
.intr_info li {
	display:inline-block;
	text-align:center;
}
.intr_info li p {
	width:100%;
	display:inline;
	position:relative;
}
.intr_info li p span {
	font-size:28px;
	color:#2b2b2b;
	display:inline-block;
	line-height:1;
	font-weight: 600;
}
.intr_info li p small {
	display:block;
	position:absolute;
	font-size:30px;
	line-height:1;
	right:13px;
	top:- 21px;
	color:#2b2b2b;
}
.intr_info li em {
	display:block;
	font-size:14px;
	color:#919191;
	margin-top:10px;
}
#wrap {
	width:1200px;
}
#wrap {
	width:100%;
	margin:0px auto;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.page_list1 {
	width:1200px;
	margin:30px 0 0 0;
}
.page_list1 ul li {
	width:23%;
	float:left;
	background:#8bc856;
	border-top-right-radius:50px;
	-moz-border-radius-bottomleft:50px;
	border-bottom-left-radius:50px;
	margin:0 10px;
	padding:15px 0px 30px 0px;
}
.page_list1 ul li:nth-child(4n) {
	margin-right:0;
}
.page_list1 ul li .list {
	margin:10px;
	text-align:center;
	padding:40px;
	line-height:25px;
	height:210px;
}
.page_list1 ul li .list .img {
	top:60px;
	left:0;
	width:100%;
}
.page_list1 ul li .list h3 {
	color:#fff;
	margin-bottom:15px;
	padding-top:50px;
	font-size:20px;
	white-space：nowrap;
	text-align:center;
}
.page_list1 ul li .list p {
	height:50px;
	color:#fff;
}
.ui_list {
	width:1200px;
	margin:0px auto;
	overflow: hidden;
}
.ui_list .list {
	height:467px;
	background:#fff;
	margin-top: 10px;
}
.wrap {
	width:100%;
	margin:0 auto;
	max-width:1200px;
	position:relative;
}
.ui_list .list .img1 {
	width:50%;
	float:left;
	text-align:center;
}
.animated.fast {
	animation-delay:400ms;
	-webkit-animation-delay:400ms;
	-moz-animation-delay:400ms;
	-o-animation-delay:400ms;
}
.ui_list .list .text {
	position:absolute;
	top:0;
	width:50%;
	bottom:0;
	height:465px;
	right:0;
	line-height:26px;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}
.tab {
	display:table;
	width:100%;
	height:100%;
}
.ui_list .list .text .cell {
	padding-left:10%;
}
.tab .cell {
	display:table-cell;
	vertical-align:middle;
}
.ui_list .list .text h2 {
	white-space:nowrap;
	letter-spacing:5px;
	font-size:40px;
	line-height:50px;
	font-weight: 100;
}
.ui_list .list .text b {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    font-weight: 100;
}
.ui_list .list .text label {
	display:block;
	width:220px;
	height:2px;
	margin:20px 0;
	background:#000;
}
.ui_list .list .text p {
	max-width:455px;
	font-size:16px;
	line-height: 30px;
	margin-top: 10px;
}
.ui_list .list .text ul {
	margin:30px 0;
}
.ui_list .list .text ul li {
	white-space:nowrap;
	float:left;
	width:48%;
	line-height:37px;
	font-size:14px;
	color:#2a2a2a;
	font-weight:bold;
}
.ui_list .list .text ul li span {
	display:inline-block;
	color:#8bc856;
	margin-right:10px;
	font-size:34px;
}
.ui_list .list .text ul li em {
	display:inline-block;
	margin-right:10px;
	font-size:16px;
}
a.more {
	display:inline-block;
	width:168px;
	line-height:46px;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin-top:25px;
	border-radius:4px;
	border:1px solid #8bc856;
	background:#8bc856;
}
a.more:hover {
	transform:scale(1.1);
	background:#8bc856;
	color:#fff;
	font-size:16px;
}
.ui_list .list.odd .img1 {
	float:right;
}
.ui_list .list .img2 {
	margin-right:0%;
}
.ui_list .list .img1 {
	width:50%;
	float:left;
	text-align:center;
	border:1px solid #f2f2f2;
	overflow:hidden;
}
.ui_list .list .img1 img {
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.ui_list .list .img1 img:hover {
	-webkit-transform:scale(1.08);
	transform:scale(1.08);
}
.ui_list .list.odd .text {
	right:auto;
	left:0;
}
.page_list2 {
	overflow:hidden;
	margin-top:10px;
}
.page_list2 ul {
	overflow:hidden;
}
.page_list2 ul li {
	width:280px;
	float:left;
	margin-right:20px;
	margin-top:30px;
}
.page_list2 ul li a {
	display:block;
	position:relative;
}
.page_list2 ul li .img img {
	width:100%;
	display:block;
}
.page_list2 ul li .text {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:16px;
}
.page_list2 ul li .text h3 {
	font-size:16px;
	color:#2b2b2b;
	font-weight:normal;
	padding-top:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}
padding:10px 10px;}.page_list2 ul li .text p {
	line-height:62px;
	border-bottom:2px solid #fff;
	display:inline-block;
	width:75%;
	white-space:nowrap;
	font-size:14px;
	margin-bottom:35px;
	text-overflow:ellipsis;
	padding:10px 10px;
}
.page_list2 ul li .text span {
	display:none;
}
.info-list {
	float:left;
	margin-top:30px;
}
.info-list li {
	margin-bottom:22px;
}
.info-list li a {
	display:block;
	height:80px;
	overflow:hidden;
	position:relative;
	color:#777;
	font-size:14px;
	line-height:22px;
	padding-left:108px;
	padding-top:4px
}
.info-date {
	float:left;
	margin-left:-103px;
	width:84px;
	height:74px;
	border:#ddd 1px solid;
	text-align:center;
	font-size:16px;
	color:#666;
	line-height:18px;
}
.info-date strong {
	font-size:30px;
	font-weight:normal;
	line-height:52px;
	margin-bottom:-8px;
	display:inline-block;
}
.info-list p {
	height:44px;
	overflow:hidden;
}
.info-list h3 {
	font-size:16px;
	color:#333;
	line-height:22px;
	height:22px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:8px;
}
.info-list p {
	height:44px;
	overflow:hidden;
}
.info-list  a:hover {
	color:#0e6eb8;
	box-shadow:0 0 20px rgba(6,6,6,0.1);
}
.info-list  a:hover i {
	}.in-Case {
	width:100%;
	margin-top:30px;
}
.in-Case li {
	float:left;
	text-align:center;
	width:32%;
	display:flex;
	justify-content:space-between;
	margin-right:1rem;
}
.in-Case .thumb:hover {
	background-color:#94c620;
	color:#fff;
}
.in-Case li:hover,a:hover; {
	background-color:#94c620;
	color:#fff;
}
.in-Case li img {
	width:100%;
	display:block;
	height:278px;
}
.in-Case li p {
	font-size:16px;
	padding:30px 10px 43px;
	text-align:center;
	border-top:1px solid #c3c3c3;
}
.in-Case li .num {
	font-size:28px;
	font-weight:lighter;
	padding:23px 20px;
	text-align:center;
	border-bottom:1px solid #c3c3c3;
	display:inline-block;
}
.in-Case .thumb:hover .num {
	color:#fff;
	border-color:#fff;
}
.in-Case .thumb:hover h4 {
	color:#fff;
	border-color:#fff;
}
.in-Case .thumb:hover a {
	color:#fff;
}
.right-lists {
	padding-top:5px;
}
.right-lists ul li a {
	color:#94c620;
	font-size:14px;
}
.right-lists ul li:hover .t {
	color:#94c620;
}
.right-lists ul li:hover .date {
	color:#94c620;
}
.right-lists ul li {
	margin-bottom:8px;
	padding-left:1px;
	height:22px;
}
.right-lists ul li a:before {
	content:'';
	display:block;
	vertical-align:top;
	width:5px;
	height:10px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	margin-right:15px;
	margin-top:3px;
	float:left
}
.right-lists ul li .t {
	width:395px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
	color:#676767;
}
.right-lists ul li .date {
	float:right;
	color:#999999;
}
/* 解决方案 */
.index-fangan {
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.index-fangan .fangan-tab {
	margin-top:30px;
	overflow:hidden;
}
.index-fangan .fangan-tab .bd img {
	width:100%;
	height:602px;
}
.index-fangan .fangan-tab .bd .cover {
	position:absolute;
	bottom:50px;
	left:35px;
	width:1045px;
	background-color:rgba(0,0,0,.8);
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:15px;
}
.index-fangan .fangan-tab .bd .cover .t {
	font-size:24px;
	margin-bottom:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.index-fangan .fangan-tab .bd .cover .p {
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.index-fangan .fangan-tab .bd .cover .p a {
	font-size:14px;
	color:#2c88d8;
	text-decoration:underline;
}
.index-fangan .fangan-tab .hd {
	height:105px;
	background-color:#efefef;
}
.index-fangan .fangan-tab .hd ul li {
	float:left;
	width:239px;
	height:105px;
	border-right:1px solid #cecece;
	position:relative;
	line-height:105px;
	transition:all 0.5s linear;
	overflow:hidden;
	vertical-align:top;
}
.index-fangan .fangan-tab .hd ul li:first-child {
	border-left:1px solid #cecece;
}
.index-fangan .fangan-tab .hd ul li a {
	display:block;
	font-size:18px;
	padding-left:40px;
}
.index-fangan .fangan-tab .hd ul li a {
	color:#282828;
}
.index-fangan .fangan-tab .hd ul li img {
	margin-top:30px;
}
.index-fangan .fangan-tab .hd ul li img.none {
	display:none;
}
.index-fangan .fangan-tab .hd ul li.active {
	background-color:#8bc856;
	height:131px;
	transform:translateY(-25px);
	border:none;
}
.index-fangan .fangan-tab .hd ul li.active img {
	display:none;
}
.index-fangan .fangan-tab .hd ul li.active img.none {
	display:inline;
}
.index-fangan .fangan-tab .hd ul li.active a {
	color:#FFFFFF;
	transform:translateY(12px);
}
/* 系统体系 */

.index-xitong {
	padding-top:30px;
}
.index-xitong .title {
	font-size:52px;
	color:#000000;
	text-align:center;
}
.index-xitong .title2 {
	font-size:18px;
	color:#000000;
	text-align:center;
	margin-bottom:40px;
}
.index-xitong .title::after {
	content:'';
	display:block;
	width:46px;
	height:2px;
	background-color:#0d6fb8;
	margin:8px auto 11px;
}
.index-xitong .hd {
	float:left;
	width:255px;
}
.index-xitong .hd ul {
	width:246px;
	background-color:#4b4c4e;
}
.index-xitong .hd ul li {
	width:86%;
	height:89px;
	border-bottom:1px solid #b4b4b4;
	padding-left:35px;
	line-height:75px;
	color:#FFFFFF;
	position:relative;
	font-size:16px;
	cursor:pointer;
}
.index-xitong .hd ul li.on {
	background-color:#8bc856;
}
.index-xitong .hd ul li.on:after {
	content:'';
	display:block;
	width:0;
	height:0;
	border-top:8px solid transparent;
	border-left:7px solid #8bc856;
	border-bottom:8px solid transparent;
	position:absolute;
	right:-6px;
	top:29px;
}
.index-xitong .bd {
	width:945px;
	float:right;
	height:450px;
	overflow:hidden;
}
.index-xitong .bd ul li {
	width:100%;
	height:450px;
	position:relative;
}
.index-xitong .bd ul li:nth-child(3n) {
	margin-right:0;
}
.index-xitong .bd ul li .mask {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.74);
	color:#FFFFFF;
	font-size:26px;
	height:75px;
	text-align:center;
	line-height:75px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:normal;
}
.index-xitong .bd ul li img {
	width:100%;
	height:450px;
}
.index-xitong .bd .swiper-pagination {
	width:16px;
	left:auto;
	top:50%;
	transform:translate3d(0,-50%,0);
	right:0;
}
.index-xitong .hd-v {
	position:absolute;
	top:0;
	width:16px;
	z-index:99;
	right:30px;
	top:50%;
	text-align:center;
	transform:translate3d(0,-50%,0);
}
.index-xitong .hd-v ul li {
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#FFFFFF;
	display:inline-block;
	margin-bottom:12px;
}
.index-xitong .hd-v ul li.on {
	background-color:#158eee;
}
.index-xitong .hd-v ul li:last-child {
	margin-bottom:0;
}
.item>.item1,.item>.item2,.item>.item3,.item>.item4 {
	width:25%;
	float:left;
	position:relative;
}
.item>.item1,.item>.item2,.item>.item3,.item>.item4 {
	height:406px;
}
.item {
	width:100%;
	margin:30px auto;
	height:100%;
}
.item .img {
	height:203px;
	width:100%;
	overflow:hidden;
}
.item .img img {
	width:100%;
	height:203px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}
.item>.item1>.txt {
	background:#8bc856;
}
.item .txt {
	height:143px;
	position:relative;
	padding:30px 20px;
}
.item .txt b {
	font-size:20px;
	color:rgba(255,255,255,1);
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-align:center;
	padding-top:50px;
}
.item .txt p {
	font-size:14px;
	color:rgba(255,255,255,.7);
	display:block;
	margin:0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.item>.item2 {
	z-index:3;
	height:203px;
}
.item>.item2>.img {
	position:absolute;
	left:100%;
}
.item>.item3 {
	z-index:4;
	height:203px;
}
.item>.item3>.img {
	position:absolute;
	left:-100%;
}
.item>.item4>.img {
	bottom:0;
	position:absolute;
	left:0;
}
.item>.item2 {
	background:#8bc856;
	z-index:3;
	height:203px;
}
.item>.item3 {
	top:203px;
	height:203px;
	background:#8bc856;
}
.item>.item4 {
	background:#8bc856;
}
.t_hezuo01 {
	max-width:1200px;
	margin:30px auto;
	padding-top:50px;
	background:#f8f8f8;
}
.t_hezuo01 a:nth-child(4n) .t_hezuo02 {
	margin-right:0;
}
.t_hezuo01 a:hover .t_hezuo02_a {
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.t_hezuo02 {
	width:18%;
	float:left;
	margin-right:1.8%;
	margin-bottom:3%;
	margin-top:30px;
	border:1px solid #f8f8f8;
}
.t_hezuo02_a {
	width:100%;
	padding:30px 0px;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.t_hezuo02 img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.t_hezuo01 a:hover .t_hezuo02 img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
/* 关于 */

.index-about {
	padding-top:85px;
	overflow:hidden;
	/*background-image:url(../images/h_link_bj.jpg);
	*/
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:bottom;
	padding-bottom:70px;
}
.index-about .bg {
	width:100%;
	background-image:url(../images/guanyu.jpg);
	background-repeat:no-repeat;
	background-position-x:center;
	padding-top:74px;
	margin:0 auto;
	min-height:570px;
}
.index-about .bg .box {
	width:800px;
	height:346px;
	background-image:url(../images/box.png);
	background-repeat:no-repeat;
	margin:0 auto;
	padding-top:54px;
}
.index-about .bg .box .t {
	font-size:32px;
	text-align:center;
}
.index-about .bg .box .t2 {
	font-size:16px;
	color:#919191;
	text-align:center;
	margin-top:5px;
	line-height:30px;
}
.index-about .bg .box .p {
	font-size:14px;
	color:#757575;
	line-height:26px;
	margin-top:24px;
	padding:5px 0px 5px 50px;
	width:90%;
	text-align:left;
}
.index-about .bg .box .link {
	width:160px;
	height:40px;
	background-color:#8bc856;
	border-radius:4px;
	display:block;
	margin:20px auto 0;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
}
.index-about .bg .wall,.index-about .bg .wall ul {
	width:1000px;
	margin:0 auto;
	height:151px;
}
.index-about .bg .wall ul li {
	float:left;
	width:248px;
	height:150px;
	border-right:1px dashed #dedede;
	border-bottom:1px dashed #dedede;
	overflow:hidden;
}
.index-about .bg .wall ul li:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.index-about .bg .wall ul li img {
	width:248px;
	transition:.3s all linear;
	-webkit-transition:.3s all linear;
	-moz-transition:.3s all linear;
}
.index-about .bg .wall ul li:nth-child(4n) {
	border-right:1px dashed #dedede;
}
.index-about .bg .wall ul li:nth-child(n) {
	border-left:1px dashed #dedede;
}
.index-about .bg .wall ul li:last-child:hover img {
	transform:scale(1);
	-webkit-transform:scale(1.1);
}
.index-links {
	margin-top:34px;
}
.index-links span {
	display:inline-block;
	font-size:16px;
	color:#FFFFFF;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
}
.index-links a {
	font-size:14px;
	display:inline-block;
	color:#666666;
	margin-right:10px;
	vertical-align:top;
	margin-bottom:10px;
	color:#aaaaaa;
}
.index-links a:hover {
	color:#FFFFFF;
}
.right-list {
	padding-top:25px;
}
#business {
	width:100%;
}
#business_center {
	width:1200px;
	margin:0 auto;
}
#business_center ul.bankuai {
	margin-top:42px;
	height:300px;
}
#business_center ul li {
	width:275px;
	height:300px;
	background:#8bc856;
	float:left;
	margin-left:32px;
	text-align:center;
	position:relative;
	overflow:hidden;
	border-radius:0 20px 0 0;
}
#business_center .no_left {
	margin-left:0px;
}
#business_center ul li a {
	display:block;
	width:100%;
	height:100%;
}
#business_center ul.bankuai .bankuai_bg {
	background:#d3433e;
	display:block;
	width:100%;
	height:100%;
	display:none;
}
#business_center ul.bankuai .mypng {
	display:block;
	height:162px;
	width:100%;
	text-align:center;
}
#business_center ul.bankuai .pic1 {
	position:absolute;
	top:0;
	right:0;
}
#business_center ul.bankuai .pic2 {
	position:absolute;
	top:0;
	left:-100%;
}
#business_center ul.bankuai .mypng em {
	display:inline-block;
	width:100%;
	height:103px;
	background-repeat:no-repeat;
	margin-top:28px;
	background-size:103px;
}
#business_center ul.bankuai .text2,#business_center ul.bankuai .text1 {
	width:100%;
}
#business_center ul.bankuai .text1 {
	position:absolute;
	top:162px;
	right:0;
}
#business_center ul li h2 {
	font-size:18px;
	color:#fff;
}
#business_center ul li p {
	font-size:12px;
	color:#666;
	width:192px;
	display:block;
	margin:0 auto;
	padding-top:20px;
}
#business_center ul.bankuai .text2 {
	position:absolute;
	top:152px;
	right:-100%;
}
#business_center ul.bankuai .text2 * {
	color:#fff;
}
#business_center ul.bankuai .index_bg_01 .pic1 em {
	background-position:center -103px;
}
#business_center ul.bankuai .index_bg_01 .pic2 em {
	background-position:center 0px;
}
#business_center ul.bankuai .index_bg_02 .pic1 em {
	background-position:center -309px;
}
#business_center ul.bankuai .index_bg_02 .pic2 em {
	background-position:center -206px;
}
#business_center ul.bankuai .index_bg_03 .pic1 em {
	background-position:center -515px;
}
#business_center ul.bankuai .index_bg_03 .pic2 em {
	background-position:center -412px;
}
#business_center ul.bankuai .index_bg_04 .pic1 em {
	background-position:center -721px;
}
#business_center ul.bankuai .index_bg_04 .pic2 em {
	background-position:center -618px;
}
#business_center ul.bankuai .pic1 {
	position:absolute;
	top:0;
	right:0;
}
#business_center ul.bankuai .pic2 {
	position:absolute;
	top:0;
	left:-100%
}
.youshi ul li {
	display:block;
	float:left;
	width:50%;
	background:#f2f2f2;
	margin-bottom:20px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.youshi ul li .left {
	width:265px;
	position:relative;
	overflow:hidden;
}
.youshi {
	padding-top:50px;
	padding-bottom:70px;
}
.yushi ul li .left img {
	display:block;
	width:100%;
}
.youshi ul li .right {
	width:calc(100% - 265px);
}
.youshi ul li .right strong {
	text-align:center;
	font-size:16px;
	display:block;
	padding-top:55px;
}
.youshi ul li .right p {
	text-align:left;
	font-size:14px;
	color:#333;
	margin-top:15px;
	padding:0px 20px;
	line-height:26px;
}
/* 必要布局样式css */
.serve-content {
	position:relative;
}
.serve-content-box {
	width:1200px;
	margin:0 auto;
}
.serve-content-title {
	text-align:center;
	font-size:32px;
	color:#333;
	padding-top:124px;
	padding-bottom:15px;
}
.serve-content-text {
	width:184px;
	margin:0 auto;
	margin-bottom:50px;
	text-align:center;
	background:url(../images/icon-line.jpg) repeat-x left center;
}
.serve-content-text em {
	display:inline-block;
	padding:0 10px;
	background:#FFF;
	font-size:14px;
	color:#777;
	font-style:normal;
}
.serve-content-btn {
	text-align:center;
	padding:45px 0 104px;
}
.serve-content-btn a {
	display:inline-block;
	width:190px;
	height:55px;
	background-color:#8bc856;
	color:rgb(255,255,255);
	border-radius:8px;
	font:400 16px/55px 微软雅黑;
}
.serve-content-list {
	float:left;
	width:270px;
	height:348px;
}
.serve-content-info {
	width:600px;
	height:337px;
	float:left;
	margin:0 10px;
	position:relative;
}
.serve-content-btn a:hover {
	background:#8bc856;
}
.serve-content-middle {
	overflow:hidden;
}
.serve-content-list ul li {
	display:block;
	width:266px;
	padding:37px 0;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
	margin-bottom:10px;
	cursor:pointer;
}
.serve-content-list ul .on {
	background:#8bc856;
	color:#fff;
}
.serve-content-list ul li span {
	display:block;
	width:28px;
	height:28px;
	float:left;
	margin-left:72px;
	margin-right:15px;
	overflow:hidden;
}
.serve-content-list ul li span img {
	display:block;
	float:left;
}
.serve-content-list ul li p {
	display:block;
	overflow:hidden;
	line-height:28px;
	font-size:16px;
	text-align:center;
}
.serve-content-list ul .on p {
	color:#fff;
}
.serve-content-list ul .on span img {
	margin-top:-28px;
}
.serve-content-info ul {
	width:600px;
	height:337px;
	position:absolute;
	left:0;
	top:0;
}
.serve-image-img {
	}.serve-image-box {
	background:#8bc856;
	width:280px;
	height:195px;
	padding:0px 159px;
	position:absolute;
	top:72px;
	left:0;
}
.serve-image-comm1 {
	width:48px;
	height:29px;
	position:absolute;
	left:80px;
	top:28px;
}
.serve-image-comm2 {
	width:48px;
	height:29px;
	position:absolute;
	right:95px;
	bottom:35px;
}
.serve-image-info {
	width:322px;
	height:99px;
}
.serve-image-info-title {
	overflow:hidden;
}
.serve-image-info-title span {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:10px;
}
.serve-image-info-title span img {
	display:block;
	float:left;
}
.serve-image-info-title p {
	line-height:32px;
	display:block;
	float:left;
	font-size:22px;
	color:#fff;
}
.serve-image-info strong {
	display:block;
	font-size:16px;
	color:#FFF;
	line-height:24px;
	padding-top:34px;
}
.game163 {
	width:1200px;
	position:relative;
	border-top:none;
	margin-top:30px;
}
.game163 .bigImg .iopo img {
	width:520px;
	height:350px;
	display:inline-block;
	margin-top:5px;
}
.game163 .bigImg .txt {
	width:600px;
	height:350px;
	float:right;
	font-size:24px;
	color:#333;
}
.game163 .smallImg {
	width:1198px;
	position:relative;
	height:480px;
	margin-top:30px;
}
.game163 .smallImg ul {
	display:block;
	list-style:none;
}
.game163 .smallImg ul li {
	width:284px;
	cursor:pointer;
	height:251px;
	float:left;
	display:block;
	list-style:none;
	margin-right:12px;
}
.game163 .smallImg ul li img {
	width:288px;
	display:block;
	overflow:hidden;
}
.game163 .smallImg ul li h2 {
	width:290px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#333;
	position:relative;
	text-align:center;
}
.game163 .bigImg {
	width:1200px;
	height:350px;
	position:relative;
	border:#e5e5e5 solid 1px;
}
.game163 .bigImg .txt h2 {
	width:280px;
	font-size:20px;
	padding-bottom:18px;
	color:#333;
	border-bottom:#e5e5e5 solid 1px;
	padding-top:30px;
}
.game163 .bigImg .txt p {
	width:90%;
	display:block;
	font-size:14px;
	line-height:26px;
	color:#666;
	margin:13px 0;
	text-align:justify;
	overflow:hidden;
}
.game163 .bigImg .txt .lx a {
	display:inline-block;
	width:160px;
	height:46px;
	background-color:#8bc856;
	text-align:center;
	line-height:46px;
	border-radius:5px;
	font-size:16px;
	color:#fff;
}
.game163 .smallImg ul {
	width:auto;
	height:auto;
	overflow:hidden;
	top:0px;
	left:0px;
	position:absolute;
	list-style:none;
	float:left;
}
.youshi1 ul li {
	display:block;
	float:left;
	width:100%;
	background:#f2f2f2;
	margin-bottom:20px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.youshi1 ul li .left {
	width:520px;
	position:relative;
	overflow:hidden;
	border:1px solid #f2f2f2;
}
.youshi1 {
	padding-top:50px;
	padding-bottom:70px;
}
.yushi1 ul li .left img {
	display:block;
	width:100%;
}
.youshi1 ul li .right {
	width:calc(100% - 265px);
	width:660px;
}
.youshi1 ul li .right strong {
	text-align:left;
	font-size:16px;
	display:block;
	padding-top:25px;
	margin-top:15px;
	padding-left:20px;
}
.youshi1 ul li .right label {
	display:block;
	width:155px;
	height:2px;
	margin:20px 0;
	background:#000;
	margin-left:20px;
}
.youshi1 ul li .right p {
	text-align:left;
	font-size:14px;
	color:#333;
	margin-top:15px;
	padding:0px 20px;
	line-height:26px;
	width:90%;
}
.floor_1 {
	padding-top:20px;
	width:1200px;
	height:268px;
	overflow: hidden;
}
.floor_1 dl dt {
	width:290px;
	height:268px;
	overflow:hidden;
	float:left;
	position:relative;
	margin-right: 13px;
	color: #666666;
	
}
.floor_1 dl dt:nth-child(4n) {
   margin-right: 0;
}
.floor_1 dl dt:nth-child(n) {
   margin-left: 0;
}
.floor_1 dl dt img {
	width:290px;
	height:211px;
	display:block;
	transition:all .36s ease;
}
.floor_1 dl dt a:hover img {
	-webkit-transform:scale(1.08);
	-ms-transform:scale(1.08);
	transform:scale(1.08);
}
.floor_1 dl dt p {
	background:#f2f2f2;
	width:290px;
	height:58px;
	position:absolute;
	left:0;
	bottom:0;
	top:211px;
}
.floor_1 dl dt p span {
	float:left;
	display:block;
	line-height:58px;
	font-size:16px;
	transition:all .36s ease;
	text-align: center;
	width: 100%;
}
.floor_1 dl dt p i {
	float:right;
	display:block;
	width:42px;
	height:5px;
	background-position:-84px -0px;
	margin-right:40px;
	margin-top:36px;
	transition:all .36s ease;
}
.floor_1 dl dt a:hover p span {
	    background: #8bc856;
	    color: #fff;
}
.floor_1 dl dd {
	float:left;
	width:600px;
	height:438px;
	overflow:hidden;
}
.floor_1 dl dd img {
	width:595px;
	height:438px;
	display:block;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	transition:.2s transform,visibility .2s ease-in,filter .5s ease;
	filter:brightness(100%);
	overflow:hidden;
}
.floor_1 dl dd img:hover {
	transform:scale(1.1);
}
.floor_1 dl dd ul {
	display:inline-block;
	width:100%;
}
.floor_1 dl dd ul li {
	float:left;
	width:290px;
	height:215px;
	overflow:hidden;
	margin-left:10px;
	margin-bottom:11px;
	position:relative;
}
.floor_1 dl dd ul li img {
	width:290px;
	height:211px;
	overflow: hidden;
}
.floor_1 dl dd ul li .d1 {
	background:rgba(63,177,80,0.5);
	width:100%;
	height:215px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	visibility:hidden;
}
.item1 {
	width:100%;
	margin:0px auto;
	height:100%;
}
.floor_1 dl dd ul li .d1 h3 {
	font-size:16px;
	color:#fff;
	width:98%;
	line-height:30px;
	margin:90px auto;
	text-align:center;
}
.floor_1 dl dd ul li .d1 i {
	display:block;
	width:44px;
	height:44px;
	background-position:-138px -0px;
	margin:0 auto;
	margin-top:72px;
}
.floor_1 dl dd ul li:hover .d1 {
	opacity:1;
	visibility:visible;
}
.floor_1 dl dt em {
	background:rgba(63,177,80,0.5);
	width:290px;
	text-align:center;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}
.floor_1 dl dt em span {
	font-size:16px;
	color:#fff;
	display:block;
	padding-top:100px;
	line-height: 30px;
}
.floor_1 dl dt em s {
	display:inline-block;
	width:44px;
	height:44px;
	background-position:-138px -0px;
	margin-top:12px;
}
.floor_1 dl dt:hover {
	z-index:34;
}
/* 实力百叶窗*/
.cb {
	clear:both;
}
.dib {
	display:inline-block;
	height:1px;
	width:100%;
}
.dib_fz {
	letter-spacing:0px;
	word-spacing:0px;
	font-size:0;
}
.oh {
	overflow:hidden;
}
.none {
	display:none;
}
.blok {
	display:block;
}
.i_zgs {
	width:1200px;
	margin:30px auto;
}
.izgsc {
	width:100%;
	margin:0 auto;
}
.i_zgs_li {
	display:inline-block;
	vertical-align:top;
	width:18.8%;
	min-height:450px;
	padding-bottom:5px;
	margin-right:.2%;
	position:relative;
	cursor:pointer;
	transition:all .4s ease 0s;
	overflow:hidden;
}
.i_zgs_li .i_zgstit,.i_zgs_li .i_zgsmc,.i_zgs_li span {
	display:none;
}
.js_wzgs {
	width:43%;
}
.js_wzgs .i_zgstit,.js_wzgs .i_zgsmc,.js_wzgs span {
	display:block;
}
.js_wzgs .i_zgstit {
	width:55%;
	min-height:200px;
	padding:15px 3%;
	text-align:center;
	background:rgba(139,200,86,.8);
	position:absolute;
	top:62%;
	left:42%;
	z-index:3;
	margin:-200px 0 0 -22.5%;
	transition:all .4s ease 0s;
}
.js_wzgs .i_zgstit .i_zgsimg {
	width:100%;
	height:auto;
	line-height:0;
	overflow:hidden;
}
.js_wzgs .i_zgstit .i_zgsimg img {
	width:46%;
	height:auto;
	max-height:128px;
}
.js_wzgs .i_zgstit .i_zgsjs {
	width:100%;
	font-size:16px;
	line-height:30px;
	color:#fff;
	padding-top:35px;
	text-align:Justify;
	/*Firefox*/text-justify:inter-ideograph;
	/*IE*/
}
.js_wzgs span {
	display:block;
	width:33px;
	height:14px;
	background:url(../images/p3.png) center bottom no-repeat;
	position:absolute;
	bottom:64px;
	left:50%;
	z-index:2;
	margin-left:-16.5px;
	overflow:hidden;
}
.js_wzgs .i_zgsmc {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:5;
	font-size:22px;
	font-weight:lighter;
	text-align:center;
	color:#333333;
}
.js_wzgs .i_zgsmc p {
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
}
.i_zgs_li .i_qhan {
	width:180px;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#333;
	background:rgba(255,255,255,.8);
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	text-align:center;
	border-radius:0 0px 0 0;
}
.i_zgs_li .i_qhan div {
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:25px;
	line-height:25px;
	font-family:"新宋体";
	font-size:15px;
	background:rgba(212,19,22,.6);
	border-radius:50%;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
	margin-left:15px;
}
/* 热销产品 */
#pro {
	float:left;
	width:100%;
	background:#f5f4f3;
	padding:25px 0 0 0;
}
.pro_con {
	height:360px;
	width:1200px;
	border:1px solid #f2f2f2;
}
.pro_left {
	float:left;
	width:50%;
}
.pro_right {
	float:right;
	width:50%;
}
.pro_item {
	float:left;
	background:#fff;
	margin-bottom:20px;
	position:relative;
	cursor:pointer;
}
.pro_item_1,.pro_item_2 {
	width:278px;
	height:360px;
	margin-right:20px;
	border:1px solid #f2f2f2;
}
.pro_item_3 {
	width:580px;
	height:270px;
	margin-right:20px;
}
.pro_item_4 {
	width:598px;
	height:360px;
	border:1px solid #f2f2f2;
}
.pro_item_5 {
	width:290px;
	height:350px;
	margin-right:20px;
}
.pro_item_6 {
	width:290px;
	height:350px;
}
.pro_item_img {
	width:100%;
	height:100%;
	background-position:100% 100%;
	background-repeat:no-repeat;
	background-size:contain;
}
.img_position {
	background-position:0% 100%;
}
.pro_item_title {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	padding:30px 10px 0 30px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.title_position {
	padding:60px 10px 0 65%;
}
.title_position_2 {
	padding:60px 10px 0 60px;
}
.pro_item_title h3 {
	float:left;
	width:100%;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.pro_item_title h3 a {
	font-size:24px;
	color:#333;
	padding-right:28px;
	background:url(../images/pro_li.png) no-repeat right center;
}
.pro_item_title h4 {
	float:left;
	width:100%;
	line-height:26px;
	font-size:14px;
	color:#9a9a9a;
	margin-top:8px;
}
.pro_item:hover .pro_item_title {
	background:rgba(255,255,255,0.5);
}
.pro_item:hover .pro_item_title h3 a {
	color:#fd8d43;
}
.mr0 {
	margin-right:0 !important;
}
/* 保险选择对象 */
.select_con {
	float:left;
	width:100%;
	padding:0 0 20px 0;
	margin-top:30px;
}
.select_item {
	float:left;
	/* width:25%;
	*/
	width:283px;
	margin:0 15px 20px 0px;
	border:1px solid #f2f2f2;
	background:#f2f2f2;
}
.select_item a {
	float:left;
	width:100%;
	display:block;
	background:#fff;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.select_item_img {
	width:100%;
	height:165px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.select_item_con {
	float:left;
	width:275px;
	padding:22px 0px;
	min-height:50px;
	background:#f2f2f2;
}
.select_item_con h3 {
	width:100%;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#333;
	text-align:center;
}
.select_item_con h4 {
	width:100%;
	font-size:14px;
	color:#999;
	line-height:26px;
	text-align:center;
}
.select_item a:hover {
	background:#fd8d43;
}
.select_item a:hover .select_item_con h3,.select_item a:hover .select_item_con h4 {
	color:#fff;
}
.padd {
	padding:30px 0 0px;
	display:flow-root;
}
.center2 {
	width:1200px;
	margin:0 auto;
}
.list-three li {
	width:30%;
	float:left;
	margin-right:2%;
	border:1px solid #f2f2f2;
	height:110px
}
.list-three li:nth-child(2n) {
	margin-right:0;
}
.des2 {
	font-size:15px;
	line-height:24px;
	color:#555;
	overflow:hidden;
}
.index-app li {
	position:relative;
	margin-bottom:22px;
	overflow:hidden;
	background:#f2f2f2;
	height:325px;
	margin-top:10px
}
.index-app li .effect-img {
	font-size:0;
}
.index-app li .effect-img img {
	width:100%;
	height:325px;
}
.index-app li .effect-text {
	position:absolute;
	width:100%;
	height:100%;
	padding:40px 0px;
	top:calc(100% - 60px);
	left:0;
	text-align:center;
	background:rgba(0,0,0,.7);
	transition:.5s;
}
.index-app li:hover .effect-text {
	top:0;
}
.index-app li .effect-text h2 {
	height:22px;
	color:#ffffff;
	font-size:18px;
	transition:.5s;
	font-weight:bold;
	margin-top:-20px;
	line-height:22px;
	display:block;
	overflow:hidden;
	margin-bottom:40px;
}
.index-app li:hover .effect-text h2 {
	margin-top:0;
}
.index-app li .effect-text .des2 {
	height:120px;
	text-align:left;
	color:#fff;
	padding:5px 50px
}
.index-app li:hover .effect-text {
	background:rgba(139,200,86,.7);
}
.titt .rec {
	width:65px;
	height:2px;
	background:#000;
	margin-top:30px!important;
}
.index-adv .titt {
	text-align:center;
}
.index-adv .titt .rec {
	margin:0 auto;
}
.f16 {
	font-size:40px;
}
.titt h2 {
	font-size:16px;
	color:#333;
	line-height:28px;
	margin-top:30px;
}
.titt {
	margin-bottom:30px;
	padding:0px 0px;
}
.incase {
	padding:60px 0;
}
.incase .lmtit {
	font-size:35px;
	text-align:center;
	margin-bottom:5px;
}
.incase .lmjj {
	text-align:center;
	font-size:14px;
	color:#999;
	margin-bottom:50px;
}
.incase .nr {
	position:relative;
	padding-right:400px;
	min-height:635px;
}
.incase .nr .hd1 {
	position:absolute;
	width:380px;
	right:0;
	top:0;
}
.incase .nr .hd1 ul li {
	display:block;
	width:48%;
	margin:1%;
	float:left;
	text-align:center;
	padding:54px 10px;
	background:#787878;
	color:#fff;
	cursor:pointer;
	box-sizing:border-box;
}
.incase .nr .hd1 ul li .ico {
	line-height:60px;
}
.incase .nr .hd1 ul li .cn {
	font-size:16px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.incase .nr .hd1 ul li .en {
	font-size:12px;
	color:#ccc;
	text-transform:uppercase;
	height:15px;
	line-height:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.incase .nr .hd1 ul li.on {
	background:#03a3e6;
}
.incase .nr .bd1 ul li .wz {
	background:#eaeaea;
	padding:15px;
}
.incase .nr .bd1 ul li .wz .tit {
	margin-bottom:5px;
	font-size:20px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.incase .nr .bd1 ul li .wz .jj {
	font-size:14px;
	color:#999;
	height:44px;
	line-height:22px;
	overflow:hidden;
}
.incase .nr .bd1 ul li .wz .jj a {
	color:#03a3e6;
}
.tupian {
	width:100%;
	background:#f1f1f1;
}
.incase {
	padding:60px 0;
}
.content {
	width:1200px;
	margin:0 auto;
}
.serv {
	padding:30px 0 100px;
	background:url(../images/in03.png) no-repeat center;
	background-size:contain;
	margin:30px 0
}
.serv .hd {
	height:14px;
	position:absolute;
	top:380px;
	z-index:1;
	width:100%;
	text-align:center;
}
.serv .hd ul {
	width:100%;
	overflow:hidden;
}
.serv .hd ul li {
	display:inline-block;
	width:80px;
	height:5px;
	background:#fff;
	cursor:pointer;
	text-indent:999em;
	margin:0 5px;
}
.serv .hd ul li.on {
	background:#00796A;
}
.serv .bd1 {
	width:1200px;
}
.serv .bd1 div {
	width:1200px!important;
}
.serv .bd1 li {
	margin:0 25px 0 0;
	background:#fff;
	height:340px;
	width:274px;
	float:left;
	position:relative;
	overflow:hidden;
	border:1px solid #f2f2f2;
}
.serv .bd1 em {
	background:url(../images/in05.png) no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	height:443px;
	width:276px;
}
.serv .bd1 img {
	width:100%;
	height:274px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
.serv .bd1:hover>img {
	width:110%;
	height:233px;
	bottom:0px;
	left:-10px;
}
.serv .bd1 s {
	display:block;
	height:310px;
	width:80%;
	padding:30px 10% 0;
	line-height:1.5;
	background:url(../images/servbg.png);
	color:#fff;
	font-size:12px;
	position:absolute;
	left:0;
	top:100%;
	text-decoration:none
}
.serv .bd1 s:before {
	font-size:24px;
	color:#80d0cb;
	position:absolute;
	top:290px;
	left:50%;
	margin:0 0 0 -12px;
}
.serv .bd1:hover s {
	top:0
}
.serv .bd1 u {
	display:block;
	padding:26px 0 0;
	font-size:24px;
	color:#fff;
	text-align:center;
	position:relative;
	text-decoration:none
}
.serv .bd1 i {
	display:block;
	position:relative;
}
.serv .bd1 i img {
	width:75px;
	height:75px;
	display:block;
	margin:auto;
}
.meiti li {
	width:324px;
}
.meiti li i:before {
	left:260px;
}
.mediabox li u {
	display:none;
}
.lb2 .list {
	display:block;
	position:relative;
	background:#fff;
	padding:40px 0px;
	border:1px solid #f2f2f2;
	margin:30px 10px 15px 0px;
	border-radius:0px;
	width:19%;
	float:left;
	height:320px;
}
.lb2 .list .img {
	border-radius:100%;
	overflow:hidden;
	width:124px;
	height:124px;
	background:#8adb24;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	margin:0 auto;
}
.lb2 .list .img  img {
	width:84px;
	height:84px;
	position:absolute;
	top:15%;
	left:16%;
}
.lb2 .list .img  img:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.lb2 .list .tt {
	text-align:center;
	padding:10px 0 18px 0;
	position:relative;
}
.lb2 .list .tt:after {
	content:"";
	width:26px;
	height:1px;
	background:#000000;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}
.lb2 .list .tt .tt1 {
	font-size:19px;
	color:#000000;
	font-weight:bold;
	line-height:48px;
}
.lb2 .list .tt .tt2 {
	font-size:14px;
	color:#666666;
	line-height:28px;
	height:150px;
	overflow:hidden;
	padding:5px 20px;
	text-align:left;
	
}
.lb2 .list:nth-child(1) .list .img {
	background:url(../images/f1.png)no-repeat center center;
}
.lb2 .list:nth-child(2) .list .img {
	background:url(../images/f2.png)no-repeat center center;
}
.lb2 .list:nth-child(3) .list .img {
	background:url(../images/f3.png)no-repeat center center;
}
.lb2 .list:nth-child(4) .list .img {
	background:url(../images/f4.png)no-repeat center center;
}
.lb2 .list:nth-child(5) .list .img {
	background:url(../images/f5.png)no-repeat center center;
}
.lb2 .list:hover .img {
	transform:rotate(360deg);
}
.lb2 {
	max-width:1200px !important;
	margin-right:auto;
	margin-left:auto;
}
.yun-main-hd {
	padding-top:45px;
	text-align:center;
}
.yun-main-hd .yun-main-title {
	line-height:44px;
	font-size:32px;
	color:#0989c5
}
.yun-main-hd .yun-main-des {
	margin-top:10px;
	line-height:36px;
	font-size:18px;
	color:#666
}
.yun-main-bd {
	padding-top:0px;
	width:1200px;
	margin:30px auto
}
.w {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.yun-solution-slider {
	margin-top:30px
}
.yun-solution-slider-content {
	position:relative;
	height:475px;
}
.yun-solution-slider-content .yun-solution-wrap {
	position:relative;
	height:454px;
}
.yun-solution-slider-content .yun-solution-item {
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:475px;
	color:#fff;
	background-size:cover!important;
	-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);
	transition:all .2s cubic-bezier(.4,0,.2,1)
}
.yun-solution-slider-content .yun-solution-item.current {
	z-index:2;
	opacity:1;
	filter:alpha(opacity=100)
}
.yun-solution-slider-content .yun-solution-item-content {
	margin:0 auto;
	padding-top:130px;
	width:91.66666666666667%;
	max-width:1200px
}
.yun-solution-slider-content .yun-solution-text-wrap {
	float:left;
	padding-right:40px;
	width:590px;
	background:#fff;
	opacity:.9;
	padding:10px  50px
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
	margin-top:15px;
	display:inline-block;
	box-sizing:border-box;
	min-width:70px;
	background:#fff;
	color:#03004c;
	text-align:center;
	padding:0 30px;
	height:36px;
	line-height:36px;
	border-radius:18px;
	font-size:14px;
	opacity:.9;
	filter:alpha(opacity=90);
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
	opacity:1;
	filter:alpha(opacity=100);
	box-shadow:0 0 10px 0 rgba(3,0,76,.3)
}
.yun-solution-slider-content .yun-solution-title {
	line-height:44px;
	font-size:24px;
	font-weight:900;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.yun-solution-slider-content .yun-solution-title em {
	font-size:28px;
	color:#378732;
}
.yun-solution-slider-content .yun-solution-des {
	margin-top:15px;
	max-height:120px;
	line-height:30px;
	overflow:hidden;
	font-size:16px;
	color:#333;
}
.yun-solution-slider-content .yun-solution-logo-wrap {
	float:left;
	margin-left:40px;
	width:420px;
	max-height:230px;
	overflow:hidden;
	font-size:0
}
.yun-solution-slider-content .yun-solution-logo-wrap:after {
	content:"";
	width:0;
	height:100%;
	display:inline-block;
	vertical-align:middle
}
.yun-solution-slider-content .yun-solution-logo-list {
	display:inline-block
}
.yun-solution-slider-content .yun-solution-logo-list li {
	display:inline-block;
	margin-top:40px;
	width:33%;
	vertical-align:middle;
	text-align:left
}
.yun-solution-list-wrap {
	position:relative;
	height:132px;
	overflow:hidden
}
.yun-solution-list-wrap:hover .yun-solution-btn {
	display:block
}
.yun-solution-list-wrap .yun-solution-btn {
	display:none;
	position:absolute;
	top:60px;
	width:40px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:40px;
	color:#0989c5;
	opacity:.6;
	filter:alpha(opacity=60);
	-webkit-transition:all .4s cubic-bezier(.4,0,.2,1);
	transition:all .4s cubic-bezier(.4,0,.2,1)
}
.yun-solution-list-wrap .yun-solution-btn:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
.yun-solution-list-wrap .yun-solution-btn.disabled {
	display:none
}
.yun-solution-list-wrap .yun-solution-btn-prev {
	left:0
}
.yun-solution-list-wrap .yun-solution-btn-next {
	right:0
}
.yun-solution-list {
	padding-top:35px;
	text-align:center;
	font-size:0
}
.yun-solution-list .yun-solution-list-item {
	display:inline-block;
	vertical-align:top;
	width:12.5%;
	text-align:center;
	font-size:14px;
	cursor:pointer
}
.yun-solution-list .img-wrap {
	margin:0 auto;
	width:42px;
	height:42px;
	overflow:hidden;
	background-size:42px;
	background-position:0 0
}
.yun-solution-list .yun-solution-text {
	margin-top:15px;
	line-height:20px;
	color:#333
}
.yun-arrow-wrap {
	position:absolute;
	z-index:1000;
	left:0;
	bottom:0;
	display:table;
	width:100%;
	height:18px;
	overflow:hidden;
}
.yun-arrow-wrap .yun-arrow-item {
	display:table-cell;
	position:relative;
	width:auto;
	background-color:#fff
}
.yun-arrow-wrap .yun-arrow-triangle {
	width:1200px;
	height:17px;
	background-color:transparent;
}
.yun-arrow-wrap .yun-arrow-triangle:after,.yun-arrow-wrap .yun-arrow-triangle:before {
	content:"";
	position:absolute;
	bottom:0;
	width:50%;
	box-sizing:border-box
}
.yun-arrow-wrap .yun-arrow-triangle:before {
	right:50%;
	border-bottom:18px solid #fff;
	border-right:22px solid transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after {
	left:50%;
	border-bottom:18px solid #fff;
	border-left:22px solid transparent
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:before {
	right:94%
}
.yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:after {
	left:6%;
	width:94%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:before {
	right:81%
}
.yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:after {
	left:19%;
	width:81%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:before {
	right:69%
}
.yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:after {
	left:31%;
	width:69%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:before {
	right:56%
}
.yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:after {
	left:44%;
	width:56%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:before {
	right:44%;
	width:56%
}
.yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:after {
	left:56%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:before {
	right:31%;
	width:69%
}
.yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:after {
	left:69%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:before {
	right:19%;
	width:81%
}
.yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:after {
	left:81%
}
.yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:before {
	right:6%;
	width:94%
}
.yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:after {
	left:94%
}
/* 底部 */
.footer {
	background:#010632;
	margin-top:98px;
}
.footer_top {
	padding-top:30px;
}
.footer_top .wraper {
	position:relative;
}
.footer_top .ft_adress {
	float:left;
	width:501px;
	height:310px;
	background:#010632;
	margin-top:-86px;
	box-shadow:0 0 10px rgba(2,0,10,0.9);
}
.footer_top .ft_adress .ft_ad_img {
	text-align:center;
	padding-top:27px;
}
.footer_top .ft_adress .ft_ad_img img {
	display:inline-block;
	padding:0 8px;
	vertical-align:middle;
}
.footer_top .ft_adress .ft_ad_img .logo2 {
	width:138px;
}
.footer_top .ft_adress .ft_ad_list {
	padding-left:10px;
	margin-top:30px;
	padding-right:20px;
}
.footer_top .ft_adress .ft_ad_list li {
	font-size:14px;
	color:#ababab;
	line-height:32px;
}
.footer_top .ft_adress .ft_ad_list li span {
	color:#dedede;
	margin-right:20px;
}
.footer_top .ft_nav {
	overflow-y:hidden;
	height:190px;
	float:right;
}
.footer_top .ft_nav li {
	float:left;
	padding:0 44px;
	height:100%;
	border-left:1px solid #808080;
	text-align:center;
}
.footer_top .ft_nav li:last-child {
	border-right:1px solid #808080;
}
.footer_top .ft_nav li h5 {
	font-size:18px;
	color:#dedede;
	font-weight:normal;
	padding-top:15px;
}
.footer_top .ft_nav li .ft_nav_item {
	margin-top:10px;
}
.footer_top .ft_nav li .ft_nav_item p {
	line-height:26px;
}
.footer_top .ft_nav li .ft_nav_item p a {
	font-size:14px;
	color:#ababab;
}
.footer_top .ft_nav li .ft_nav_item p a:hover {
	color:#fff;
}
.footer_top .ft_nav li dl {
	padding-top:40px;
}
.footer_top .ft_nav li dt {
	font-size:20px;
	color:#ababab;
	text-align:left;
}
.footer_top .ft_nav li dt img {
	display:inline-block;
	vertical-align:bottom;
	margin-right:10px;
}
.footer_top .ft_nav li dd {
	font-size:32px;
	color:#dedede;
	font-weight:bold;
	letter-spacing:3px;
	margin-top:15px;
}
.footer_center {
	font-size:12px;
	color:#ababab;
	line-height:20px;
	text-align:center;
	margin-top:35px;
	padding-bottom:25px;
	border-bottom:1px solid #808080;
}
.footer_top .ft_nav li dl p {
	font-size:14px;
	color:#ababab;
	text-align:left;
	margin-top:24px;
	margin-left:2px;
}
.footer_center a {
	color:#ababab;
	margin-right:20px;
}
.footer_center a:hover {
	color:#fff;
}
.footer_bot {
	line-height:63px;
	text-align:center;
	font-size:12px;
	color:#ababab;
}
.footer_bot a {
	color:#ababab;
	margin-left:45px;
}
@charset "utf-8";
	/* banner */

.bn317 {
	width:100%;
}
.bn317 .listb,.bn317 li,.bn317 img {
	width:100%;
	overflow: hidden;
	height:550px;
}
.bn317 li {
	width:100%;
	position:absolute;
	z-index:1;
	overflow:hidden;
	background:#fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.bn317 li img {
	width:100%;
	height:auto;
	position:relative;
	left:0%;
	top:0;
}
.bn317 li a {
	display:block;
	width:100%;
}
.bn317 .tip {
	width:100%;
	height:6px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:24px;
	z-index:10;
}
.bn317 .tip span {
	width:10px;
	height:10px;
	margin:0 9px;
	border:2px solid #67b306;
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
	border-radius:100%;
}
.bn317 .tip span.cur {
	background:#67b306;
}
.bn317 .prev,.bn317 .next {
	width:50px;
	height:70px;
	position:absolute;
	z-index:12;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	transition:none;
	background:url(../images/btn317.png) no-repeat 0 center;
}
.bn317 .prev {
	left:3%;
	background-position:8px center;
}
.bn317 .next {
	right:3%;
	background-position:-59px 0;
}
/* 服务优势 */
.advant {
	margin-top:0px;
	padding:0px 20px;
}
.advant::after {
	content:'';
	clear:both;
	width:0;
	height:0;
	display:block;
}
.advant li {
	float:left;
	width:140px;
	text-align:center;
}
.advant li i {
	display:block;
	width:100px;
	height:100px;
	border:1px solid #94c620;
	border-radius:50%;
	position:relative;
	margin:0 auto;
}
.advant li span {
	font-size:16px;
	color:#2b2b2b;
	display:block;
	margin-top:25px;
}
.advant li p {
	font-size:16px;
	color:#2b2b2b;
	line-height:24px;
	margin-top:8px;
}
.advant li i.adv_1 {
	background:url('../picture/ys1.png') no-repeat center;
}
.advant li i.adv_2 {
	background:url('../picture/ys2.png') no-repeat center;
}
.advant li i.adv_3 {
	background:url('../picture/ys3.png') no-repeat center;
}
.advant li i.adv_4 {
	background:url('../picture/ys4.png') no-repeat center;
}
.advant li i.adv_5 {
	background:url('../picture/ys5.png') no-repeat center;
}
.advant li i:hover::after {
	content:'';
	position:absolute;
	width:60px;
	height:60px;
	border:1px dashed #94c620;
	border-radius:50%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.advant li i.adv_1:hover {
	background:#94c620 url('../picture/ys_1.png') no-repeat center;
}
.advant li i.adv_2:hover {
	background:#94c620 url('../picture/ys_2.png') no-repeat center;
}
.advant li i.adv_3:hover {
	background:#94c620 url('../picture/ys_3.png') no-repeat center;
}
.advant li i.adv_4:hover {
	background:#94c620 url('../picture/ys_4.png') no-repeat center;
}
.advant li i.adv_5:hover {
	background:#94c620 url('../picture/ys_5.png') no-repeat center;
}
.language {
	float:right;
	height:30px;
	padding:0px 10px 0px 10px;
}
/*企业优势*/
.index .power {
	margin-top:50px;
}
.index .power ul {
	margin:30px auto;
}
.index .power ul li {
	float:left;
	width:400px;
	height:600px;
	position:relative;
	background:#f2f2f2;
}
.index .power ul li .img {
	width:100%;
	padding-top:75%;
	position:relative;
	overflow:hidden;
}
.index .power ul li .img img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	min-height:100%;
	display:block;
	transition:all .5s;
}
.index .power ul li .img i {
	position:absolute;
	top:318px;
	left:50%;
	margin-left:-16px;
	width:0;
	height:0;
	border:16px solid transparent;
	border-top:0;
	border-bottom-color:#f2f2f2;
}
.index .power ul li .txt {
	padding:0 20px;
	padding-top:70px;
}
.index .power ul li .txt p {
	color:#333;
	font-size:20px;
	line-height:30px;
	transition:all .5s;
	font-weight:800;
}
.index .power ul li .txt span {
	font-size:14px;
	line-height:26px;
	display:block;
	margin-top:12px;
	text-align:justify;
	transition:all .5s;
}
.index .power ul li:nth-child(2n) .img {
	position:absolute;
	bottom:0;
}
.index .power ul li:nth-child(2n) .img i {
	top:0;
	border-top:16px solid #f2f2f2;
	border-bottom:0;
}
.index .power ul li:hover .img img {
	transform:scale(1.1);
}
@media (max-width:1600px) {
	.index .power ul li {
	width:300px;
	height:449px;
}
.index .power ul li .txt {
	padding:0 40px;
	padding-top:40px;
}
.index .power ul li .txt p {
	font-size:20px;
	line-height:30px;
}
.index .power ul li .txt span {
	font-size:14px;
	line-height:24px;
	margin-top:20px;
}
}.list {
	width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
	margin-top:0px;
}
.list .item {
	width:283px;
	padding:40px 0px 30px;
	background:#FFFFFF;
	margin:30px 15px 0 0;
	height:120px;
	border:1px solid #f2f2f2;
}
.list .item .top {
	line-height:33px;
	color:#333333;
	font-size:24px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	margin-bottom:30px;
	text-align:center;
}
.list .item .middle {
	line-height:20px;
	color:#666666;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	margin-bottom:20px;
	padding:0px 20px;
}
.list .item .bottom {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:20px;
}
.list .item .bottom .hide {
	display:none;
}
.list .item .bottom .img {
	width:100px;
	height:auto;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
}
.list .item .bottom .show {
	display:block;
}
.m1 .s1,.m1 .s1 .s1_bottom {
	width:280px;
	background:#fff;
	margin-right:10px;
	line-height:24px;
}
.m1 .wrap .s1 .s1_img {
	margin:0 auto;
	width:100%
}
.m1 .wrap img {
	display:block;
	margin:18px auto 0;
}
.wrap li {
	display:inline-block;
	margin-top:10px;
}
.s1 .s1_bottom {
	height:100px;
	background:#f2f2f2;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.s1 .s1_text {
	font-size:14px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	margin:14px 0 14px 14px;
}
.s1 .s1_text p {
	font-size:14px;
	text-align:center;
	margin:0;
}
.m1 {
	margin:0px auto;
	height:190px
}
.m1 .wrap li {
	float:left;
	width:289px;
	margin-right:10px;
	border:1px solid #f2f2f2;
	display:flex;
	justify-content:space-between;
}
.m1 .wrap li:nth-child(4n) {
	margin-right:0px;
	border-right:1px solid #f2f2f2;
}
.wrap li .s1_bottom p {
	color:#000000;
	padding:10px 10px;
}
.s1 .s1_text div {
	display:flex;
	flex-direction:column;
	font-size:14px;
}
.wrap li .s1_bottom text {
	color:#999999;
}
.m1 .wrap li:hover .s1_bottom p,.m1 .wrap li:hover .s1_bottom text {
	color:#FFFFFF;
}
.m1 .wrap li:hover .s1_bottom {
	background:#90c31e;
	transition:all .4s;
}
.m5 {
	margin-top:30px;
}
.cases_list {
	overflow:hidden;
	width:1200px;
	padding-top:10px;
}
.cases_list li {
	float:left;
	width:570px;
	margin-top:30px;
	margin-right:30px;
	height:428px;
}
.cases_list li .cas_img {
	width:570px;
	position:relative;
}
.cases_list li .cas_img img {
	display:block;
	width:100%;
	height:100%;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.cases_list li .cas_img span {
	padding:10px 0;
	position:absolute;
	left:0;
	top:50%;
	background:rgba(0,0,0,.3);
	text-align:center;
	width:100%;
	font-size:36px;
	color:#fff;
	text-shadow:0 2px 2px rgba(0,0,0,0.6);
}
.bout198 {
	width:1200px;
	display:flex;
	flex-wrap:wrap;
	height:80px;
}
.bout198 .ys198 {
	position:absolute;
	left:0;
	width:1198px;
	height:80px;
	border:1px solid #f2f2f2;
	border-top: none;
}
.bout198 .ys198 li {
	float:left;
	width:24%;
	text-align:center;
}
.bout198 .ys198 li h2 {
	position:relative;
	display:inline-block;
}
.bout198 .ys198 li h2 b {
	position:relative;
	color:#90c31e;
	font-size:30px;
}
.bout198 .ys198 li h2 i {
	position:absolute;
	top:-10px;
	right:-18px;
	font-size:14px;
	font-weight:600;
}
.bout198 .ys198 li span {
	display:block;
	color:#333;
	font-size:16px;
	font-weight:600;
	line-height:30px;
}
/* 必要布局样式css */
.change-content {
	padding:30px 0;
}
.change-box {
	padding-bottom:0px;
}
.change-main {
	width:1200px !important;
	margin:0 auto;
	position:relative;
	transition:all .3s ease;
}
.change-box .change-cut {
	margin:40px 0 30px;
	/* width:1551px;
	*/
}
.transition {
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.change-box .change-cut .tab {
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	background-color:#F5F5F5;
	box-sizing:border-box;
	border-right:1px solid #e5e5e5;
	/* border-left:none;
	*/
    position:relative;
	cursor:default;
	width:25%;
	float:left;
	/* margin-right:0px;
	*/
}
.flex-rows {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.change-box .change-cut ul {
	border:1px solid #e5e5e5;
	margin-left:0px;
	/* width:1200px;
	*/
}
.contents {
	width:1200px;
}
.change-box .change-cut .tab.on {
	background-color:#90c31e;
	color:#fff;
}
.change-box .change-cut .tab.on:after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	border:11px solid;
	border-color:#90c31e transparent transparent transparent;
	bottom:-22px;
	left:50%;
	transform:translateX(-50%);
	transition:all .3s ease;
}
.change-box .contents > .flex-row {
	justify-content:space-between;
}
.change-box .item {
	box-sizing:border-box;
	border:1px solid #E5E5E5;
	width:280px;
	height:103px;
	float:left;
	transition:all .3s ease;
	margin-right:26px;
}
.img-block {
	margin:0 auto;
	display:block;
}
.change-box .img-block {
	margin:0 20px 0 0;
	float:left;
}
.img-block img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.change-box .item-title {
	font-size:18px;
	color:#333;
}
.change-box .item-p {
	font-size:12px;
	color:#999;
	margin-top:10px;
}
.change-box .item:hover {
	box-shadow:0 4px 10px 0 rgba(0,0,0,.1);
}
.items-news .items-news-list .item a:hover {
	color:#20B09F;
}
.m3 dd {
	width:1200px;
	height:532px;
	margin:20px auto;
	display:flex;
	justify-content:center;
}
.m3 dl,.m3 dd div {
	position:relative;
	color:#646464;
}
.m3 dl {
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	cursor:default;
}
.m3 dd .d1 img {
	left:-24px;
	top:-36px;
}
.m3 dd div img {
	left:-21px;
	top:-25px;
}
.m3 dd div img {
	position:absolute;
	z-index:-1;
	width:32px;
	height:59px;
}
.m3 dd div h5 {
	margin-bottom:18px;
	font-size:26px;
}
.m3 dd div p {
	font-size:16px;
	line-height:22px;
	white-space:nowrap;
}
.m3 dd div p {
	font-size:16px;
	line-height:22px;
	white-space:nowrap;
}
.m3 dl,.m3 dd div {
	position:relative;
	color:#646464;
}
.m3 dl {
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	cursor:default;
}
.m3 .m3_pic {
	width:582px;
	height:582px;
	margin-right:56px;
	margin-top:0;
}
.m3 img {
	display:block;
	margin:20px auto 0;
}
.m3 .m3_p {
	position:absolute;
	left:50%;
	margin-left:-152px;
	bottom:74px;
	z-index:9;
	width:256px;
	height:55px;
	background:#7972E5;
	border-radius:28px;
	opacity:0.65;
	font-size:28px;
	color:#ffffff;
	text-align:center;
	line-height:50px;
}
.web-build {
	width:1200px;
	margin:0px auto;
}
.web-build-one-cntr {
	width:1200px;
	margin:0 auto；
    border:1px solid #f2f2f2;
}
.web-build-one-desc {
	position:relative;
	height:100%;
	background:#f2f2f2;
	/* padding-top:84px;
	*/
    /* padding-left:82px;
	*/
    /* padding-top:4.8%;
	*/
    /* padding-left:4.7%;
	*/
}
.web-build-one {
	position:relative;
	display:table;
	width:100%;
	font-size:0;
	border:1px solid #f2f2f2;
}
.web-build-one-img img {
	overflow:hidden;
}
.web-build-one-img {
	display:inline-block;
	width:50%;
	vertical-align:bottom;
	top:80%;
}
.web-build-one-desc {
	display:inline-block;
	width:50%;
	vertical-align:center;
}
.web-build-one-desc-cntr {
	position:absolute;
	left:50%;
	top:52%;
	-webkit-transform:translate3d(-50%,-50%,0);
	-moz-transform:translate3d(-50%,-50%,0);
	-o-transform:translate3d(-50%,-50%,0);
	transform:translate3d(-50%,-50%,0);
	width:80%;
}
.web-build-one-desc h3 {
	position:relative;
	margin-bottom:50px;
	margin-bottom:2.60415vw;
	line-height:28px;
	font-size:28px;
	color:#333;
	letter-spacing:3px;
}
.web-build-one-desc h3::before,.web-build-one-desc h3::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-19px;
	width:124px;
	height:2px;
	background-color:#000;
	opacity:1;
}
.web-build-one-img h3::before,..web-build-one-img h3::after {
	content:'';
	position:absolute;
	display:table;
	clear:both;
}
.web-build-one-desc article p {
	min-height:22px;
	line-height:22px;
	font-size:16px;
	color:#9a9a9a;
}
.web-build-one-desc  .br-desc {
	font-size:18px;
	line-height:36px;
	color:#333;
	font-weight:600;
	padding-top:20px;
}
.web-build-one:nth-child(even) .web-build-one-img {
	float:right;
}
.web-build-one-desc-cntr p {
	line-height:22px;
	font-size:16px;
	width:100%;
	float:left;
}
.web-build-one-desc-cntr  p span {
	display:inline-block;
	color:#8bc856;
	margin-right:10px;
	font-size:34px;
}
.mid_r_ul {
	clear:both;
	width:100%;
}
.img_box {
	overflow:hidden;
}
.mid_r_ul li {
	width:200px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:20px;
	margin-top:15px;
}
.mid_r_ul li img {
	width:200px;
	height:100px;
}
.text p {
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:25px;
	text-align:left;
}
.mid_r_ul li:hover img {
	transform:scale(1.1);
}
.oper-generation {
	width:1200px;
	margin:15px auto;
	display:flex;
	justify-content:space-between;
}
.oper-g-list li {
	float:left;
	width:189px;
	margin-right:10px;
	display:flex;
	flex-direction:column;
	border:1px solid #f2f2f2;
}
.oper-g-list li:nth-child(6n) {
	margin-right:0;
}
.oper-g-list img {
	width:138px;
	height:138px;
	border:none;
	vertical-align:middle;
	margin:10px auto;
}
.oper-g-list img:hover {
	transform:scale(1.1);
}
.oper-g-list p {
	color:#000000;
	font-size:14px;
	padding:10px 20px;
	text-align:center;
	height:30px;
}
.oper-g-list p:hover {
	background:#90c31e;
	color:#fff;
	height:30px;
	padding:10px 20px;
	text-align:center;
	width:149px;
}
.banner-sub {
	height:330px;
	background:no-repeat center / cover;
}
.section-sub {
	padding:60px 0;
}
.contain {
	padding:0 15px;
	width:1200px;
	margin:0 auto;
}
.position {
	margin-bottom:20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:8px 0 8px 25px;
	background:url(../images/logo_03.png) no-repeat 0 center;
}
.clearfix:before,.clearfix:after {
	display:table;
	line-height:0;
	content:"";
}
.banner-sub {
	height:330px;
	background:no-repeat center / cover;
}
.wrap345 .location {
	width:100%;
	padding-bottom:15px;
	margin-bottom:40px;
	position:relative;
	border-bottom:1px solid #ddd;
}
.wrap345 .location:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.wrap345 .location h3 {
	font-size:20px;
}
.wrap345 .location .sitepath {
	color:#666;
	white-space:nowrap;
}
.wrap345 .location .sitepath s {
	width:16px;
	height:17px;
	background-position:-140px -0px;
	margin:0 6px;
}
.wrap345 .location .sitepath a {
	color:#666;
}
.wrap345 .location .sitepath a:hover {
	color:#02a852;
}
.nyb345 {
	width:100%;
	position:relative;
	height:300px;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
}
.wrap345 {
	width:1200px;
	margin:0 auto;
	padding:10px 0;
}
.wrap345 .left-tit {
	position:absolute;
	top:-85px;
	width:100%;
	text-align:center;
	line-height:40px;
	font-size:34px;
	font-weight:bold;
	padding:18px 0 37px 0;
	color:#fff;
	background:url(../images/z345.png) no-repeat center top;
	border-radius:10px 10px 0 0;
}
.wrap345 .left-tit2 {
	position:relative;
	margin:0 10px;
	font-size:18px;
	margin-bottom:19px;
	text-align:left;
	display:block;
	font-weight:normal;
	margin-top:40px;
	text-indent:12px;
	color:#fff;
	border-left:3px solid #fff;
}
.wrap345 .left-tit2 .icon {
	position:absolute;
	left:28px;
	top:-5px;
	display:block;
	width:3px;
	float:left;
	margin:12px 8px 12px 0;
	height:18px;
	background:#fff;
}
.wrap345 .left-tit2 .icon_right {
	position:absolute;
	right:0px;
	top:-4px;
	float:right;
	width:21px;
	height:21px;
	margin-top:10px;
	background:url(../images/r345.png) no-repeat;
}
.wrap345 .left-tit2 .icon_right a {
	display:block;
	width:21px;
	height:21px;
	cursor:pointer;
}
.wrap345 .left-tit.left-tit2 .icon_right a {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
.wrap345 .leftcon {
	position:relative;
	width:260px;
	float:left;
	padding-bottom:10px;
	margin-top:85px;
	background:#02a852;
	background-image:linear-gradient(0deg,#007337,#02a852);
	border-radius:10px;
}
.wrap345 .leftcon .pronav {
	display:block;
	padding-bottom:30px;
	border-radius:10px;
	margin:0 10px;
	margin-top:37px;
	background:#fff;
}
.wrap345 .leftcon .pronav .prolist li.items {
	display:block;
	margin:0 14px;
	margin-top:14px;
}
.wrap345 .leftcon .pronav .prolist li.items .aLink {
	position:relative;
	display:block;
	height:35px;
	font-weight:bold;
	font-size:17px;
	line-height:35px;
	text-indent:10px;
	color:#fff;
	background:#02a852;
	border-radius:10px;
}
.wrap345 .leftcon .pronav .prolist li.items .aLink:after {
	content:">";
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-10px;
	width:20px;
	height:20px;
	font-family:宋体;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-indent:5px;
	transition:all .5s;
}
.wrap345 .leftcon .pronav .prolist {
	padding-top:30px;
}
.wrap345 .leftcon .pronav .prolist li.items:first-child {
	margin-top:0px;
}
.wrap345 .leftcon .pronav .prolist li.items.hover .aLink,.wrap345 .leftcon .pronav .prolist li.items:hover .aLink {
	background:#007337;
}
.wrap345 .leftcon .pronav .prolist li.items.hover .aLink:after {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
.wrap345 .leftcon .leftpro {
	margin:0 10px;
}
.wrap345 .leftcon .leftpro center {
	color:#fff;
}
.wrap345 .leftcon .leftpro .items {
	float:left;
	width:115px;
	margin:0 auto 10px;
}
.wrap345 .leftcon .leftpro .items:nth-child(2n) {
	float:right;
}
.wrap345 .leftcon .leftpro .items a {
	width:100%;
	display:block;
}
.wrap345 .leftcon .leftpro .items a img {
	width:100%;
	height:115px;
	display:block;
	border-radius:6px;
}
.wrap345 .leftcon .leftpro .items a h3 {
	color:#fff;
	font-size:13px;
	line-height:35px;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.wrap345 .content {
	width:900px;
	float:right;
	padding-bottom:10px;
}
.wrap345 .content .prolist {
	width:100%;
	position:relative;
}
.wrap345 .content .prolist .items {
	width:830px;
	float:left;
	margin:0 20px 30px 0;
	position:relative;
	background:#fff;
	border:1px solid #e5e5e5;
	transition:all .5s;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
.wrap345 .content .prolist .items:nth-child(3n) {
	margin-right:0;
}
.wrap345 .content .prolist .items a {
	display:block;
	width:100%;
}
.wrap345 .content .prolist .items img {
	display:block;
	width:278px;
	height:216px;
	padding:20px 30px;
}
.wrap345 .content .prolist .items .txt {
	padding:0 20px;
	height:70px;
}
.wrap345 .content .prolist .items .txt .tit {
	float:left;
	width:126px;
	height:70px;
	font-size:16px;
	line-height:70px;
	color:#333;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.wrap345 .content .prolist .items .txt .yd {
	float:right;
	display:block;
	width:110px;
	height:30px;
	margin-top:20px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:url(../images/d345.png) no-repeat center center;
	text-indent:16px;
}
.wrap345 .content .prolist .items:hover {
	background:#02a852;
	border-color:#02a852;
	box-shadow:0 4px 8px rgba(0,0,0,0.2);
}
.wrap345 .content .prolist .items:hover .txt .tit {
	color:#fff;
}
.wrap345 .content .prolist .items:hover .yd {
	background:url(../images/../images/h345.png) no-repeat center center;
}
.wrap345 .icon {
	background:url(../images/icon345.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.wrap345 .pglist {
	padding:20px 0;
	width:100%;
	text-align:center;
	clear:both;
}
.wrap345 .pglist a {
	color:#666;
	padding:0 15px;
	margin:0 3px;
	display:inline-block;
	vertical-align:middle;
	line-height:34px;
	background:#f9f9f9;
	border:1px solid #b8b5b5;
}
.wrap345 .pglist li {
	display:inline-block;
	padding:5px 0;
}
.wrap345 .pglist a:hover,.wrap345 .pglist .active a {
	display:inline-block;
	color:#fff;
	background:#02a852;
	border-color:#02a852;
}
.p102-info-items-text label {
	display:block;
	width:155px;
	height:2px;
	margin:80px 0px 20px 90px;
	background:#000;
}
.p102-info-items-text h4 {
	height:30px;
	position:relative;
	margin-bottom:20px;
	padding-left:90px;
}
.p102-info-items-text h4 em {
	position:absolute;
	width:74px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#90c31e;
	text-align:center;
	font-style:normal;
	border:1px solid #90c31e;
	left:0;
	top:0;
}
.p102-info-items-text p {
	line-height:28px;
	font-size:14px;
	color:#666666;
	text-align:justify;
	margin-bottom:24px;
	padding-top:20px;
}
.p102-info-1-more a {
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333333;
}
.p102-info-1-more a:hover {
	color:#013171;
}
.info-items {
	margin-bottom:10px;
	height:100px;
	width:1200px;
}
.info-items-img {
	float:right;
	width:368px;
	border-radius:0px;
	height:188px;
}
.info-items-img img {
	width:100%;
	display:block;
}
.info-items-text {
	width:1200px;
	background:#f2f2f2;
	height:80px;
	margin:10px auto;
	display:flex;
}
.info-items-text h4 {
	height:30px;
	position:relative;
	margin-bottom:20px;
	padding-left:10px;
	padding-top:20px;
}
.info-items-text h4 em {
	position:absolute;
	width:74px;
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#90c31e;
	text-align:center;
	font-style:normal;
	border:1px solid #90c31e;
	left:0;
	top:0;
	margin-top:20px;
	margin-left:10px;
}
.info-items-text h4 a {
	display:inline-block;
	height:60px;
	width:220px;
	line-height:30px;
	font-size:22px;
	color:#333333;
	text-align:center;
	font-size:600;
}
.info-items-text p {
	line-height:30px;
	font-size:14px;
	color:#666666;
	text-align:justify;
	margin-bottom:14px;
	padding:18px 20px;
	height:60px;
}
.info-1-more a {
	display:inline-block;
	width:88px;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-size:14px;
	margin:25px 10px 20px 30px;
	border-radius:4px;
	border:1px solid #8bc856;
	background:#8bc856;
	display:flex;
	justify-content:center;
	align-items:center;
}
.info-1-more a:hover {
	color:#013171;
}
.p102-info-items-text label {
	display:block;
	width:155px;
	height:2px;
	margin:20px 0px 20px 90px;
	background:#000;
}
.case231_main .w231 {
	width:1200px;
	margin:0 auto;
}
.in_icon {
	vertical-align:middle;
	background:url(../images/c_icon231.png) no-repeat;
	display:inline-block;
}
.case231_main .ctit231 {
	text-align:center;
	width:100%;
	height:190px;
	background:url(../images/line231.png) no-repeat center center;
	background-size:60px 189px;
}
.case231_main .icase231 .bigbox .bd .itemp .txt {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:60px;
	background:url(../images/tb231.png) repeat center center;
	z-index:12;
	opacity:1;
	transition:all .5s;
	color:#fff;
	text-align:center;
}
.case231_main .icase231 .bigbox .bd .itemp .txt h3 {
	font-size:16px;
	font-weight:600;
	line-height:30px;
	text-align:center;
	transition:all .5s;
}
.case231_main .icase231 .smabox .itemp .txt {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:30px;
	background:url(../images/tb231.png) repeat center center;
	z-index:12;
	opacity:1;
	transition:all .5s;
}
.case231_main .icase231 .smabox .itemp .txtbox231 {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	background:url(../images/txb231.png) repeat-x left bottom;
	z-index:2;
	opacity:0;
	transition:all .5s;
}
.case231_main .ctit231 .tit {
	padding-top:60px;
	display:block;
	font-size:40px;
	font-weight:bold;
	color:#c9974c;
	line-height:40px;
}
.case231_main .ctit231 .subtit {
	font-size:16px;
	color:#666;
	line-height:18px;
	font-weight:normal;
	padding-top:12px;
}
.case231_main .menu {
	overflow:hidden;
	padding-bottom:20px;
	padding-top:20px;
}
.case231_main .menu ul {
	text-align:center;
}
.case231_main .menu li {
	line-height:30px;
	margin:0 10px 10px;
	display:inline-block;
}
.case231_main .menu li:first-child {
	margin-left:0;
}
.case231_main .menu li:last-child {
	margin-right:0;
}
.case231_main .menu li a {
	display:block;
	color:#fff;
	border:1px solid #c2c2c2;
	text-align:center;
	padding:0 25px;
	border-radius:15px;
}
.case231_main .menu li a:hover {
	border:1px solid #90c31e;
	color:#fff;
	background:#90c31e;
}
.case231_main .c_231 {
	padding:0px 0;
	overflow:hidden;
}
.case231_main .icase231 .bigbox {
	width:598px;
	height:491px;
	overflow:hidden;
	position:relative;
	margin:0;
	border:1px solid #e5e5e5;
}
.case231_main .icase231 .bigbox .bd {
	overflow:hidden;
}
.case231_main .icase231 .bigbox .bd .itemp {
	position:relative;
	width:598px;
	height:500px;
	overflow:hidden;
}
.case231_main .icase231 .bigbox .bd .itemp img {
	display:block;
	width:600px;
	height:455px;
}
.case231_main .icase231 .bigbox .bd .itemp .txt .tit {
	font-size:16px;
	color:#fff;
	height:60px;
	line-height:60px;
	text-indent:20px;
}
.case231_main .icase231 .bigbox .bd .itemp .txt p {
	font-size:14px;
	font-weight:100;
	line-height:22px;
	text-align:left;
	transition:all .5s;
	padding:0px 10px;
	height:45px;
}
.case231_main .icase231 .bigbox .bd .itemp .txt span {
	margin:0 auto;
	margin-top:15px;
	display:block;
	border:1px solid #fff;
	text-align:center;
	width:123px;
	height:33px;
	line-height:33px;
	border-radius:5px;
	opacity:1;
	transition:all .5s;
	font-size:14px;
}
.case231_main .icase231 .bigbox .bd .itemp .txtbox231 {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:2;
	opacity:0;
	transition:all .5s;
}
.case231_main .icase231 .bigbox .bd .itemp .txtbox231 h3 {
	color:#fff;
	font-size:16px;
	padding-top:30px;
	opacity:0;
	transition:all .5s;
	line-height:30px;
	padding:0px 50px;
}
.case231_main .icase231 .bigbox .itemp:hover .txt {
	opacity:0;
}
.case231_main .icase231 .bigbox .itemp .txtbox231 span {
	width:40px;
	height:40px;
	display:block;
	background-position:0 -164px;
	position:absolute;
	left:50%;
	margin-left:-25px;
	top:10%;
	margin-top:-25px;
	opacity:0;
	transition:all .5s;
}
.case231_main .icase231 .bigbox .itemp:hover .txtbox231 h3 {
	opacity:1;
	padding-top:23%;
}
.case231_main .icase231 .bigbox .itemp:hover .txtbox231 span {
	opacity:1;
	top:50%;
}
.case231_main .icase231 .bigbox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:16px;
	bottom:20px;
	z-index:15;
}
.case231_main .icase231 .bigbox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.case231_main .icase231 .bigbox .hd li {
	float:left;
	margin-right:6px;
	width:10px;
	height:10px;
	font-size:0;
	text-indent:-9999px;
	background:#fff;
	cursor:pointer;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	transition:all .5s;
}
.case231_main .icase231 .bigbox .hd li.on {
	background:#c9974c;
}
.case231_main .icase231 .smabox {
	width:580px;
	margin-left:20px;
}
.sma231 {
	}.case231_main .icase231 .smabox .itemp {
	float:left;
	margin-right:12px;
	width:276px;
	height:209px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	border:1px solid #e5e5e5;
	padding-top:30px;
}
.case231_main .icase231 .smabox .itemp img {
	display:block;
	width:270px;
	height:209px;
}
.case231_main .icase231 .smabox .itemp a {
	display:block;
}
.case231_main .icase231 .smabox .itemp .txt .tit {
	font-size:16px;
	color:#fff;
	height:30px;
	line-height:30px;
	text-indent:20px;
}
.case231_main .icase231 .bigbox .itemp:hover .txtbox231 {
	opacity:.6;
	background:url(../images/bj231.png) repeat left top;
	z-index:16;
}
.case231_main .icase231 .smabox .itemp .txtbox231 .tit1 {
	padding-top:20px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	line-height:30px;
	transition:all .5s;
	padding:0px 30px;
}
.case231_main .icase231 .smabox .itemp .txtbox231 .detail {
	position:absolute;
	top:65%;
	left:50%;
	margin-left:-49px;
	display:block;
	width:98px;
	height:34px;
	font-size:16px;
	line-height:34px;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	transition:all .5s;
}
.case231_main .icase231 .smabox .itemp:hover .txt {
	opacity:0;
}
.case231_main .icase231 .smabox .itemp:hover .txtbox231 {
	opacity:1;
}
.case231_main .icase231 .smabox .itemp:hover .txtbox231 .tit1 {
	padding-top:80px;
}
.case231_main .icase231 .smabox .itemp:hover .detail {
	top:55%;
}
.case231_main .more {
	margin-top:30px;
	margin-bottom:30px;
}
.soucp {
	margin:0 auto;
	overflow:hidden;
	height:215px;
	margin-top:30px;
	position:relative;
	border:1px solid #f2f2f2;
}
.soucp .txt {
	float:right;
	width:580px;
	height:215px;
	font-size:14px;
	margin:0px 0px 0 0;
	background:#f2f2f2;
}
.soucp .txt .txt1 {
	width:535px;
	margin:15px 0 0 15px;
}
.soucp .txt .txt1 .t {
	letter-spacing:5px;
	font-size:26px;
	line-height:40px;
	border-bottom:2px solid #000;
	padding-bottom:2px;
	color:#333;
	text-align:left;
}
.soucp .txt .txt1 p {
	line-height:22px;
	margin-top:10px;
	text-align:left;
}
.soucp .txt .txt2 {
	width:500px;
	margin:10px 0 0 15px;
	padding-top:0px;
}
.soucp .txt .txt2 li {
	width:250px;
	float:left;
	margin-top:10px;
	padding-left:0px;
}
.soucp .pic {
	float:left;
	width:280px;
	height:215px;
	margin:10px 0 0 10px;
}
.soucp .pic img {
	width:278px;
	height:215px;
}
.title {
	line-height:42px;
	border-bottom:1px solid #e1e1e1;
}
.title span {
	font-size:30px;
	border-bottom:3px solid #90c31e;
	padding-bottom:1px;
}
.case_307 {
	height:540px;
	line-height:24px;
	width:1200px;
	margin:20px auto;
}
.case_307 .til {
	text-align:center;
	height:139px;
	color:#2b2b34;
	font-size:40px;
	line-height:64px;
}
.case_307 .til p {
	color:#767676;
	display:block;
	font-weight:normal;
	line-height:46px;
	font-size:14px;
}
.case_307 .til a {
	color:#2b2b34;
}
.case_307 .case_t {
	width:560px;
	text-align:center;
	float:left;
}
.case_307 .case_t li {
	width:267px;
	height:267px;
	float:left;
	margin:0 10px 3px 0;
	background:rgba(120,120,120,.8);
	color:#fff;
	font-size:16px;
	line-height:32px;
	border: 1px solid #f2f2f2;
	overflow: hidden;
	
}
.case_307 .case_t li p {
	height:50px;
	line-height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	font-size:16px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.case_t li a {
	color:#fff;
	display:block;
}
.case_307 .case_t li span {
	width:53px;
	height:53px;
	display:block;
	margin:35px auto 10px;
	position:relative;
	overflow:hidden;
}
.case_307 .case_t li span i {
	width:53px;
	height:53px;
	position:absolute;
	display:block;
	top:0;
	left:0;
}
.case_307 .case_t li span i.default {
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.case_307 .case_t li span i.hover {
	opacity:1;
	visibility:visible;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin:50% 0%;
	transform-origin:50% 0%;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.case_307 .case_t li.cur span .default {
	opacity:0;
	visibility:hidden;
	-webkit-transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
	transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
}
.case_307 .case_t li.cur span .hover {
	opacity:1;
	visibility:visible;
	-webkit-transform:rotate3d(1,0,0,0deg);
	transform:rotate3d(1,0,0,0deg);
}
.case_307 .case_t li.cur {
	background:#90c31e;
}
.case_307 .case_c {
	width:638px;
	float:left;
   border: 1px solid #f2f2f2;
   	overflow: hidden;
}
.case_307 .case_c dl {
	background:#ebebeb;
	height:537px;
}
.case_307 .case_c dt,.case_c dt img {
	width:640px;
	height:467px;
	display:block;
	overflow:hidden;
}
.case_307 .case_c dd {
	padding:12px 32px 0;
}
.case_307 .case_c dd h3 {
	font-size:20px;
	line-height:24px;
	color:#363739;
	height:24px;
	overflow:hidden;
	word-spacing: 1.5px;
	
}
.case_307 .case_c dd h3 a {
	color:#363739;
	display:block;
}
.case_307 .case_c dd p {
	display: flex;
    align-items: left;
	
}
.case_307 .case_c dd p a {
	float:right;
	color:#e3232f;
	display:inline-block;
}
.case216 .ico216 {
	background:url(..images/ico216.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.case216 .item216 .bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bj216.png) repeat 0 0;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all .5s;
}
.case216 .item216 .t1 {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	height:56px;
	line-height:56px;
	background:url(../images/t216.png) repeat-x 0 0;
	font-size:20px;
	font-weight:bold;
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	color:#fff;
	transition:all .5s;
}
.case216 {
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.case216 .item216 {
	width:19%;
	float:left;
	text-align:center;
	margin-right:1%;
}
.case216 .item216 a {
	width:100%;
	overflow:hidden;
	display:block;
	position:relative;
}
.case216 .item216 .img {
	width:100%;
	padding-top:112.66%;
	position:relative;
	overflow:hidden;
}
.case216 .item216 .img img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	min-height:100%;
	display:block;
}
.case216 .item216 .txtcon {
	opacity:0;
	filter:alpha(opacity=0);
	text-align:center;
	position:absolute;
	left:50%;
	top:80%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(0%,0%);
	color:#fff;
	transition:all .5s;
}
.case216 .item216 .txtcon .t2 {
	width:100%;
	font-size:28px;
	font-weight:bold;
}
.case216 .item216 .txtcon span {
	font-size:12px;
	margin:5px 0 15px;
	display:block;
}
.case216 .item216 .txtcon s {
	width:58px;
	height:58px;
	display:block;
	margin:0 auto;
	background-position:0 -42px;
}
.case216 .item216 a:before {
	opacity:0;
	width:94%;
	height:94%;
	position:absolute;
	display:block;
	border:1px solid #fff;
	content:'';
	left:3%;
	top:3%;
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
	z-index:11;
	filter:alpha(opacity=0);
	transition:all .5s;
}
.case216 .item216:hover .bg,.case216 .item216:hover .txtcon {
	opacity:1;
	filter:alpha(opacity=100);
}
.case216 .item216:hover .txtcon {
	top:50%;
}
.case216 .item216:hover .t1 {
	opacity:0;
	filter:alpha(opacity=0);
}
.case216 .item216:hover a {
	color:#000;
}
.case216 .item216:hover a:before {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.layout {
	 width:100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    height:300px;
    background: linear-gradient(rgba(22, 22, 22, .5), rgba(22, 22, 22, .5)), url(/template/pc/skin/images/tb231.png) center center no-repeat;
    background-size: cover;
}
  
}
.slide-inside {
   width:100%;
   margin: 0px auto;
	height:300px;
}
.slide-inside .container {
    width:1200px;
    margin: 0px auto;
    height:220px;
    padding:80px 20px 0px 20px;
    opacity: 1;
}
   .slide-inside .container h3 {
    top: 35%;
    font-size: 30px;
    height: 40px;
    left: 0%;
    text-align: left;
    font-weight: 900;
    color:#fff;
}
   .slide-inside .container span {
    top: 50%;
    color:#fff;
    opacity:1;
    font-size: 20px;
    height: 30px;
    line-height: 36px;
    text-align: left;
    font-weight: 700;
}
.bg-gray {
	background:#EEE;
}
.container-layout {
	max-width:1200px;
	margin:0px auto;
}
.about-inside {
	margin:-50px auto 0 auto;
	z-index:99;
	position:relative;
	padding:0 50px;
	background:#fff;
}
.blank-middle {
	height:40px;
	line-height:40px;
	clear:both;
	font-size:0;
}
.line {
	margin:30px auto;
	padding:0;
}
.text-center {
	text-align:center;
}
.x12 {
	width:100%;
}
.heading h4 {
	font-size:36px;
	font-weight:700;
}
.text-black {
	color:#333;
}
.heading hr {
	margin:10px auto 20px auto;
	width:40px;
	height:3px;
	background-color:#90c31e;
}
.text-main {
	color:#666;
	font-size:16px;
	text-align:left;
	line-height:28px;
	width:1200px;
	margin: 0px auto;
}
.blank-middle {
	height:40px;
	line-height:40px;
	clear:both;
	font-size:0;
}
.line-large {
	margin-left:-20px;
	margin-right:-20px;
}
.gallery-mask {
	padding:0px;
}
@media (min-width:1000px) {
	.xb6 {
	width:50%;
}
}.text-center {
	text-align:center;
}
.margin-large-bottom {
	margin-bottom:30px;
	position:relative;
	min-height:1px;
	padding-right:20px;
	padding-left:20px;
}
.title0 {
	padding:8px 0 8px 0px;
	font-size:18px;
	color:#fff;
	width:280px;
	margin:0px auto;
}
.gallery-mask li .title0 h2 a {
	position:relative;
	color:#333;
	display:block;
	font-size:16px;
	font-weight:400;
	padding:30px 0 10px 0;
}
.gallery-mask li .title h2 a:before {
	position:absolute;
	content:"";
	background:#000;
	height:2px;
	width:30px;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
	top:20px;
}
.w266 {
	width:1200px;
	margin:10px auto;
}
.yw266 .body {
	overflow:hidden;
}
.yw266 .body ul {
	width:100%;
}
.yw266 .body li {
	width:23%;
	float:left;
	margin-right:20px;
	margin-bottom:22px;
	position:relative;
	border-radius:5px;
	transition:all .5s;
}
.yw266 .body li:nth-child(4n) {
	margin-right:0;
}
.yw266 .body li .img {
	width:100%;
	height:391px;
	overflow: hidden;
}
.yw266 .body li .img img {
	width:100%;
	height:100%;
	display:block;
	border-radius:5px;
}
.yw266 .body li:hover  .img img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.yw266 .body li .txt {
	position:absolute;
	left:0;
	bottom:0;
	height:140px;
	background:rgba(0,0,0,0.5);
	width:100%;
	border-radius:0 0 5px 5px;
	color:#fff;
	transition:all .3s;
	overflow: hidden;
}
.yw266 .body li .txt h3 {
	font-size:16px;
	font-weight:600;
	line-height:30px;
	text-align:center;
	transition:all .5s;
}
.yw266 .body li .txt p {
	font-size:14px;
	font-weight:100;
	line-height:22px;
	text-align:left;
	transition:all .5s;
	padding:0px 10px;
	height:45px;
}
.yw266 .body li:hover  .txt{
	background:rgba(144,195,30,0.8);
	color:#fff;
	padding:20px 0px;
	text-align:center;
	width:288px;
}
.yw266 .body li .txt span {
	margin:0 auto;
	margin-top:15px;
	display:block;
	border:1px solid #fff;
	text-align:center;
	width:123px;
	height:33px;
	line-height:33px;
	border-radius:5px;
	opacity:1;
	transition:all .5s;
	font-size:14px;
}

.yw266 .index_title {
	text-align:center;
	padding-top:55px;
	padding-bottom:40px;
}
.yw266 .index_title h3 {
	font-size:32px;
	font-weight:100;
	padding-bottom:12px;
	color:#0e4295;
	font-weight:bold;
}
.yw266 .index_title p {
	background:url(../images/line266.png) center center no-repeat;
	width:320px;
	height:22px;
	margin:0 auto;
}
.yw266 .more {
	text-align:center;
}
.yw266 .more li {
	float:left;
}
.yw266 .more ul {
	display:inline-block;
}
.yw266 .more a {
	display: inline-block;
    width: 168px;
    line-height: 46px;
	display:block;
	color:#fff;
	margin:0 19px;
	border:1px solid #8bc856;;
	border-radius:4px;
	font-size:16px;
	background:#8bc856;;
}
.yw266 .more a:hover {
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	transform:scale(1.1);
	background:#8bc856;
	color:#fff;
	font-size:16px;
}
.order_box {
	width:100%;
	height:230px;
	color:#ffffff;
	text-align:center;
	margin-top:90px;
}
.order_box li {
	overflow:hidden;
	float:left;
	width:198px;
	height:206px;
	margin-left:15px;
	border-radius:12px;
	background:#90c31e;
	padding:32px 15px;
	cursor:pointer;
	position:relative;
	z-index:3;
}
.order_box li:first-child {
	margin-left:0;
}
.order_box li>img {
	width:59px;
	height:63px;
	position:relative;
	z-index:9;
}
.order_box .order_h5 {
	overflow:hidden;
	margin:25px auto 15px auto;
	line-height:26px;
	font-weight:bold;
	font-size:22px;
	position:relative;
	z-index:9;
}
.order_box .order_p {
	line-height:24px;
	position:relative;
	z-index:9;
	font-size:22px;
}
.order_box  p {
	line-height:24px;
	position:relative;
	z-index:9;
	font-size:20px;
	margin-top:30px;
}
.order_box li:hover {
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	background:#ff6a00;
}
.take_ul {
	overflow:hidden;
	width:1200px;
	margin:30px auto;
	display:flex;
	justify-content:space-around;
}
.take_ul>li {
	overflow:hidden;
	width:16.6666%;
	height:100%;
	position:relative;
	margin-top:15px;
	margin-right:15px;
}
.take_ul>li:nth-child(6n) {
	margin-right:0;
}
.take_box {
	overflow:hidden;
	width:100%;
	height:250px;
	background:#f2f2f2;
	border-radius:6px;
	margin-top:48px;
	margin-right:15px;
}
.take_box>h5 {
	overflow:hidden;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	display:block;
	margin:62px 10px 16px 10px;
	text-align:center;
}
.take_box>span {
	overflow:hidden;
	line-height:20px;
	margin:0 20px;
	color:#666666;
	display:block;
}
.take_img {
	width:86px;
	height:86px;
	border-radius:100%;
	position:absolute !important;
	left:44%;
	top:0;
	margin-left:-44px;
	border:1px solid #378732;
	background:#fff;
	cursor:pointer;
}
.take_ul>li .take_img:after {
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border-radius:100%;
	background:#fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.take_ul>li .take_img img {
	position:relative;
	z-index:1;
}
.take_ul>li .take_img {
	border-radius:100%;
	position:relative;
	background:#8bc856;
	padding-right:2px;
}
.take_img .ta2 {
	display:none
}
.take_ul>li:hover .take_img:after {
	transform:scale(0);
}
.take_ul>li:hover .ta2 {
	display:block;
}
.take_ul>li:hover .ta1 {
	display:none;
}
.take_ul>li:hover .take_img {
	border:1px solid rgba(255,255,255,1);
}
.news_316 {
	height:100%;
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}
.news_316 .home_con {
	width:1200px;
	margin:0px auto;
}
.news_316 .home_con .h_h1 {
	text-align:center;
	font-size:40px;
	line-height:30px;
	color:#000000;
	padding-bottom:10px;
	margin:20px 0 0 0;
}
.news_316 .home_con .h_h1 span {
	font-family:Arial;
	font-size:30px;
	line-height:30px;
	color:#999999;
	text-transform:uppercase;
}
.news_316 .home_con .h_h2 {
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#666666;
	margin:10px 0 25px 0;
	overflow:hidden;
}
.news_316 .news_nav {
	overflow:hidden;
}
.news_316 .news_nav a {
	width:24.7%;
	height:60px;
	line-height:60px;
	background:#f2f2f2;
	font-size:16px;
	display:inline-block;
	text-align:center;
}
.news_316 .news_nav a.hover {
	background:#90c31e;
	color:#ffffff;
}
.news_316 .news_con {
	overflow:hidden;
	width:100%;
	height:100%;
}
.fp-box-c {
	width:1200px;
	height:auto;
	margin-top: 10px;
}
.fp-box-c .pic2 {
    position: relative;
	top:0px;
	right:0;
	width:488px;
	height:488px;
	border:1px solid #f2f2f2;
	float: right;
}
.fp-box-c .pic2 img {
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:1;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	position:absolute;
}
.fp-box-c .contentr {
	width:710px;
	height:490px;
	background:#f2f2f2;
	top: 0px;
    left: 0;
}
.fp-box-c .text {
	width:710px;
}
.fp-box-c .text h3 {
	font-size:36px;
	color:#333333;
	padding-bottom:28px;
	width:600px;
	padding:60px 20px 20px 20px;
}
.fp-box-c .text p {
	line-height:26px;
	font-size:16px;
	width:90%;
	padding:20px;
}
.fp-box-c .text p span {
	display:inline-block;
	color:#8bc856;
	margin-right:10px;
	font-size:34px;
}
.fp-box-c .text label {
    display: block;
    width: 155px;
    height: 2px;
    margin: 20px 0;
    background: #000;
}
.fp-box-c .content_order {
	background:#fff;
}
.wraps {
	margin:0 auto;
	width:1200px;
}
.order_box {
	width:100%;
	height:auto;
	color:#ffffff;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.fp-box-c .order_box li {
	width:186px;
	box-shadow:0px 1px 14.56px 1.44px rgba(153,153,153,0.2);
}
.fp-box-c .order_box li h5 {
	color:#333333;
	font-size:18px;
}
.fp-box-c .order_box li h3 {
	font-size:14px;
	color:#6e381b;
	padding-bottom:20px;
}
.tabs_sub {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	border-radius:8px;
	box-shadow:1px 1px 20px rgba(204,204,204,0.5);
}
.tabs_left {
	overflow:hidden;
	display:block;
	width:580px;
	height:450px;
	position:relative;
	border-right:1px solid #f2f2f2;
}
.tabs_left>img,.tabs_lefts>img {
	overflow:hidden;
	width:100%;
	height:100%;
}
.tabs_left>i {
	position:absolute;
	right:0;
	top:63px;
	width:0;
	height:0;
	border-top:14px solid transparent;
	border-bottom:14px solid transparent;
	border-right:14px solid #ffffff;
}
.tabs_right {
	width:480px;
	height:380px;
	padding:70px 50px 0px 50px;
}
.rt {
	float:right;
}
.lt {
	float:left;
}
.r_price {
	overflow:hidden;
	height:64px;
	line-height:64px;
	font-size:24px;
}
.r_price b {
	font-size:48px;
}
.t_ico {
	overflow:hidden;
	margin:22px auto 30px auto;
	height:110px;
	text-align:center;
	font-size:14px;
}
.t_ico>li {
	overflow:hidden;
	width:100px;
	height:40px;
	line-height:20px;
	border:1px solid #ccc;
	border-radius:8px;
	float:left;
	margin-right:12px;
	padding:58px 10px 10px 10px;
}
.r_sub {
	overflow:hidden;
	color:#666666;
	line-height:1.5;
	height:70px;
	font-size:16px;
	margin-top:30px;
}
.more_btn {
	display:block;
	text-align:center;
	margin-top:45px;
	color:##90c31e;
	width:122px;
	height:40px;
	line-height:40px;
	border-radius:6px;
	border:1px solid #90c31e;
	position:relative;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	font-size:16px;
}
.more_btn:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#90c31e;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
a:hover {
	color:#333;
}
.tabs_list_two {
	width:1200px;
	margin:40px auto 46px auto;
	box-shadow:1px 1px 20px rgba(204,204,204,0.5);
	border-radius:12px;
}
.tabs_lefts {
	overflow:hidden;
	display:block;
	width:600px;
	height:450px;
	position:relative;
	border-radius:0 12px 12px 0;
}
.tabs_left>img,.tabs_lefts>img {
	overflow:hidden;
	width:100%;
	height:100%;
	border-right:1px solid #f2f2f2;
}
.tabs_rights {
	overflow:hidden;
	width:498px;
	height:380px;
	padding:30px 50px;
	border-radius:8px 0 0 8px;
}
.title_h2 {
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:48px !important;
	font-weight:bold;
}
.r_price {
	overflow:hidden;
	height:64px;
	line-height:64px;
	font-size:24px;
	padding-top:40px;
}
.tabs_lefts>i {
	position:absolute;
	left:0;
	top:63px;
	width:0;
	height:0;
	border-top:14px solid transparent;
	border-bottom:14px solid transparent;
	border-left:14px solid #ffffff;
}
.chakan {
	width:160px;
	height:42px;
	line-height:42px;
	border:1px solid #90c31e;
	color:#333;
	font-size:18px;
	border-radius:4px;
	font-weight:300;
	text-align:center;
	margin:10px auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.chakan:hover {
	background:#90c31e;
	border:1px solid #90c31e;
	color:#fff;
}
.pord_box_280 {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 40px 0;
}
.pord_box_280 .tit {
	width:100%;
	height:50px;
	position:relative;
}
.pord_box_280 .tit h1 {
	width:100%;
	color:#333;
	font-size:28px;
	text-align:center;
	position:absolute;
	left:0;
	top:5px;
	font-weight:bold;
	z-index:1;
}
.pord_box_280 .tit h2 {
	width:100%;
	color:#f2f2f2;
	font-size:60px;
	text-align:center;
	position:absolute;
	left:0;
	top:0px;
}
.pord_box_280 .tit h3 {
	width:50px;
	height:5px;
	position:absolute;
	left:575px;
	top:50px;
	background:#90c31e;
}
.pord_box_280 .tit h4 {
	width:100%;
	color:#666;
	font-size:16px;
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
	top:80px;
	line-height:28px;
}
.pord_box_280 .pord_con {
	width:100%;
	margin:30px auto;
}
.pord_box_280 .pord_con .hd {
	text-align:center;
	margin:20px 0 40px 0;
	overflow:hidden;
}
.pord_box_280 .pord_con .hd li {
	width:194px;
	text-align:center;
	height:48px;
	line-height:48px;
	cursor:pointer;
	margin:0 20px 0 0;
	color:#707070;
	border:1px solid #dfdfdf;
	background:#fff;
	font-size:16px;
	display:inline-block;
	overflow:hidden;
	border-radius:0px;
}
.pord_box_280 .pord_con .hd li.on {
	width:194px;
	height:48px;
	line-height:48px;
	background:#378732;
	color:#fff;
	overflow:hidden;
}
.pord_box_280 .pord_con .bd {
	width:1200px;
}
.pord_box_280 .pord_con .bd ul {
	width:1224px;
}
.pord_box_280 .pord_con .bd li {
	width:384px;
	background:#f5f5f5;
	float:left;
	overflow:hidden;
	margin:0 20px 24px 0;
	border:1px solid #f2f2f2;
}
.pord_box_280 .pord_con .bd li .pic {
	width:384px;
	height:284px;
	overflow:hidden;
}
.pord_box_280 .pord_con .bd li .pic img {
	width:384px;
	height:284px;
	overflow:hidden;
	transition:all .2s ease-in 0s;
}
.pord_box_280 .pord_con .bd li:hover a img {
	}.pord_box_280 .pord_con .bd li:hover img {
	text-decoration:none;
	display:block;
	transform:scale(1.05);
}
.pord_box_280 .pord_con .bd li .title {
	text-align:center;
	height:52px;
	line-height:52px;
	font-size:16px;
	font-weight:bold;
	margin:0 15px;
}
.pord_box_280 .pord_con .bd li a {
	width:384px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}
.pord_box_280 .pord_con .bd li a .title {
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pord_box_280 .pord_con .bd li:hover {
	background:#90c31e;
	transition:all .2s ease-in 0s;
}
.pord_box_280 .pord_con .bd li:hover .title {
	color:#fff;
	overflow:hidden;
}
.pord_box_280 .hmore {
	width:200px;
	font-size:18px;
	text-align:center;
	margin:10px auto 0 auto;
	display:block;
}
.pord_box_280 .hmore a {
	width:198px;
	height:48px;
	line-height:48px;
	display:block;
	text-decoration:none;
	border-radius:10px;
	color:#90c31e;
	border:1px solid #90c31e;
}
.pord_box_280 .hmore a:hover {
	color:#fff;
	background:#90c31e;
	border:1px solid #90c31e
}
.sub_nav {
	height:35px;
	line-height:35px;
	padding-bottom:20px;
	border-bottom:1px solid #f2f2f2;
	padding-top:20px;
}
.sub_nav .fl {
	font-size:30px;
}
.sub_nav .fr li {
	float:left;
	font-size:16px;
}
.sub_nav .fr li a {
	padding:0 20px;
	border:1px solid #e6e6e6;
	display:block;
	margin-left:10px;
	transition:ease-in-out .2s;
}
.sub_nav .fr li a:hover,.sub_nav .fr li a.hover {
	background:#90c31e;
	color:#fff;
	border:1px solid #90c31e;
}
.case {
	margin-top:40px;
}
.case ul {
	width:105%;
}
.case li {
	width:380px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.case li a span {
	color:#666;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	font-size:14px;
}
.case li:hover a span {
	color:#90c31e;
}
.case li:hover a p {
	color:#90c31e;
}
.case li .img {
	overflow:hidden;
	height:295px;
	display:block;
	border:1px solid #efefef;
	width:378px;
	border-bottom:none;
}
.case li .img img {
	width:380px;
	height:295px;
	transition:.9s;
}
.imgH li .img {
	height:284px;
	border:1px solid #efefef;
	width:378px;
	border-bottom:none;
}
.imgH li .img img {
	height:295px;
}
.case li:hover .img img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.case li .p {
	border:1px solid #efefef;
	display:block;
	width:340px;
	padding:0 19px;
	height:108px;
	border-top:none;
}
.case li .p p {
	border-bottom:1px solid #d6d6d6;
	height:58px;
	color:#666;
	line-height:58px;
	margin-bottom:10px;
	font-size:18px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	text-align:center;
}
.case li .p i {
	width:32px;
	height:12px;
	background-position:-230px -110px;
}
.case li .p .fl {
	font-size:12px;
	font-family:arial;
}
.products {
	background:#fff;
}
.product-item {
	width:18.9%;
	float:left;
	position:relative;
	height:500px;
	background:#fff;
	display:flex;
	justify-content:space-between;
	margin-right:10px;
	border:1px solid #f2f2f2;
}
.product-item figure {
	display:block;
	line-height:1;
	overflow:hidden;
}
.product-item figure img {
	display:block;
	line-height:1;
	width:100%;
	height:auto;
}
.product-fix {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.product-fix:before {
	content:"";
	width:100%;
	height:0;
	position:absolute;
	left:0;
	bottom:0;
	transition:0.78s;
}
.product-show {
	width:100%;
	position:absolute;
	left:0;
	top:5%;
	text-align:center;
	z-index:3;
	transition:0.38s;
}
.product-show .proimg {
	display:block;
	height:100px;
	width:auto;
	margin:auto;
	transition:0.45s;
}
.product-show strong {
	display:block;
	line-height:1;
	color:#333333;
	font-size:22px;
	margin-top:27px;
	margin-bottom:36px;
	transition:0.4s;
}
.product-show p {
	color:#707070;
	font-size:14px;
	text-align:center;
	width:230px;
	margin:auto;
	max-width:90%;
	height:155px;
	overflow:hidden;
	transition:0.5s;
}
.product-down {
	position:relative;
	font-size:14px;
	line-height:26px;
}
.product-item .productmore {
	display:block;
	width:164px;
	height:44px;
	border-radius:5px;
	text-align:center;
	line-height:44px;
	color:#fff;
	font-size:16px;
	position:absolute;
	background:#90c31e;
	top:80%;
	left:15%;
	padding:3px auto;
}
.product-lists {
	width:208px;
	position:absolute;
	left:5%;
	top:0;
	float:left;
}
.product-lists li {
	width:96.77%;
	float:left;
	margin-bottom:8px;
	opacity:0;
	visibility:hidden;
	transform:translateY(30px);
	transition:0.45s;
	overflow:hidden;
}
.product-lists li:nth-child(2n+3) {
	float:right;
	margin-right:0;
}
.product-lists li img {
	display:block;
	width:100%;
	height:auto;
	transition:0.45s;
}
.product-lists li span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(39,166,183,0.8);
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	box-sizing:border-box;
	padding:0 15px;
	color:#fff;
	transition:0.38s;
	font-size:12px;
	line-height:1.4;
	opacity:0;
}
.product-lists li:hover span {
	opacity:1;
}
.product-lists li:hover img {
	transform:scale(1.3);
}
.product-item:hover .product-fix:before {
	height:100%;
	bottom:auto;
	top:0;
}
.product-item:hover .product-show {
	top:9%;
}
.product-item:hover .product-show .proimg {
	height:88px;
	opacity:0;
}
.product-item:hover .product-show strong {
	color:#fff;
}
.product-item:hover .product-show p {
	opacity:0;
	visibility:hidden;
}
.product-item:hover .product-lists li {
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.product-item:hover .product-lists li:nth-child(2) {
	}.product-item:hover .product-lists li:nth-child(3) {
	}.product-item:hover .product-lists li:nth-child(4) {
	}.product1 {
	overflow:hidden;
}
.contentsq {
	width:1200px;
	margin:0px auto;
}
.product1 .product_con {
	position:relative;
	height:470px;
}
.product1 .product_con .pro_con {
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	height:470px;
}
.pro_class {
	width:600px;
	height:468px;
	position:relative;
	border:1px solid #dfdfdf;
}
.pro_class .pro_class_list {
	border-radius:0px;
	overflow:hidden;
	line-height:0;
}
.pro_class .tempWrap {
	border-radius:0px;
	overflow:hidden;
	line-height:0;
}
.pro_class img {
	width:600px;
	height:auto;
}
.pro_class .pro_class_nav {
	position:absolute;
	left:45px;
	bottom:43px;
	height:16px;
}
.pro_class .pro_class_nav li {
	width:16px;
	height:16px;
	background:#ffffff;
	opacity:0.3;
	border-radius:50%;
	float:left;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin-right:19px;
	cursor:pointer;
}
.pro_class .pro_class_nav li.on {
	background:#ff7316;
	opacity:1;
}
.pro_con {
	width:600px;
	height:450px;
	background:#ffffff;
	border-radius:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:50px 50px 0 50px;
}
.pro_con h3 a {
	display:block;
	font-size:28px;
	line-height:100%;
	color:#282828;
	position:relative;
	padding-bottom:36px;
	font-weight:normal;
}
.pro_con p {
	margin:30px 0 46px;
}
.pro_con h3 a:before {
	position:absolute;
	content:"";
	width:133px;
	height:3px;
	background:#90c31e;
	left:0;
	bottom:0;
}
.pro_con p span {
	display:block;
	font-size:16px;
	line-height:28px;
	color:#808080;
	padding-left:23px;
	position:relative;
}
.pro_con p span:before {
	position:absolute;
	content:"";
	width:11px;
	height:11px;
	border:3px solid #cccccc;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	left:0;
	top:8.5px;
}
.pro_con .sub_class {
	position:relative;
}
.pro_con .sub_class:after {
	position:absolute;
	content:"";
	width:138px;
	height:114px;
	background:url(../images/01.png) no-repeat center top;
	top:-82px;
	right:0;
}
.pro_con .sub_class a {
	display:block;
	position:relative;
	z-index:2;
	height:57px;
	background:#eeeeee;
	margin-bottom:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 50px 0 27px;
	font-size:20px;
	line-height:57px;
	color:#808080;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.pro_con .sub_class a:after {
	position:absolute;
	content:"";
	width:22px;
	height:22px;
	background:url(../images/pro_icon2.png) no-repeat center;
	top:17.5px;
	right:-22px;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.pro_con .sub_class a:hover,.pro_con .sub_class a.cur {
	background:url(../images/pro_hover_bg.png) no-repeat center;
	color:#fff;
	font-weight:bold;
	background-size:100% 100%;
}
.pro_con .sub_class a:hover:after,.pro_con .sub_class a.cur:after {
	right:45px;
}
.pro_list {
	position:relative;
}
.pro_list .pro_list_con {
	overflow:hidden;
}
.pro_list .pro_list_con li {
	margin-right:12px;
	margin-bottom:30px;
	float:left;
	display:flex;
	justify-content:space-between;
	border:1px solid #f2f2f2;
}
.product_list li {
	width:286px;
	float:left;
	position:relative;
	line-height:0;
	background:#fff;
	border-radius:0px;
	overflow:hidden;
}
.product_list li img {
	width:286px;
	height:222px;
}
.product_list li h4 {
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:10px 0px;
	font-size:14px;
	line-height:32px;
	height:40px;
	border-top:1px solid rgba(128,128,128,0.16);
	width:286px;
}
.product_list li:hover {
	}.product2 {
	}.product2 .product_con {
	position:relative;
	height:468px;
}
.product2 .pro_class {
	position:absolute;
	width:600px;
	height:470px;
	z-index:2;
	top:0;
	right:0;
}
.product2 .pro_con {
	width:600px;
	height:472px;
}
.product2 .pro_con p {
	font-size:16px;
	line-height:30px;
	color:#282828;
	margin:21px 0 80px;
}
.product2 .pro_con .sub_class:after {
	width:159px;
	background:url(../images/02.png) no-repeat center;
}
/* 颜色 */
.case199 .it199 .en199 {
	font:300 16px "AvantGarde Bk BT";
	color:#666;
	text-align:center;
	text-transform:uppercase;
}
.case199 .it199 .tit199 {
	width:330px;
	margin:0 auto;
	font-size:30px;
	line-height:50px;
	text-align:center;
	color:#333;
}
.case199 .it199 .tit199 em {
	display:block;
	width:85px;
	height:1px;
	margin-top:25px;
	background:#ccc;
}
.case199 {
	padding-top:0px;
	padding-bottom:5px;
}
.case199 .pro199 .list199 li {
	position:relative;
	display:block;
	float:left;
	width:380px !important;
	height:400px;
	margin-right:30px;
	border:1px solid #ddd;
}
.case199 .pro199 .list199 li .tit199 {
	font-size:18px;
	color:#333;
	height:20px;
}
.case199 .pro199 .list199 li .cont199 {
	margin-top:12px;
	font-size:14px;
	line-height:22px;
	color:#666;
	text-align:justify;
}
.case199 .pro199 .list199 li .view199 {
	position:absolute;
	bottom:5px;
	left:130px;
	display:block;
	width:120px;
	height:32px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	background:#90c31e;
	color:#fff;
	transition:all ease .5s;
}
.case199 .pro199 .list199 li .view199:hover {
	background:#009924;
}
.case199 .pro199 .hd199 .prev,.case199 .pro199 .hd199 .next {
	width:30px;
	height:40px;
	cursor:pointer;
	position:absolute;
	top:-260px;
	transition:all ease .5s;
	background-color:#90c31e;
	background-repeat:no-repeat;
}
.case199 .pro199 .hd199 .prev:hover,.case199 .pro199 .hd199 .next:hover {
	background-color:#009924;
}
.case199 .more199 a {
	display:block;
	width:198px;
	height:48px;
	color:#666;
	font-size:16px;
	line-height:48px;
	text-align:center;
	border:1px solid #ccc;
	transition:all ease .5s;
}
.case199 .more199 a:hover {
	background:#90c31e;
	color:#fff;
	transition:all .5s;
	border:1px solid #90c31e;
}
.case199 .join p {
	color:#666;
	font-size:14px;
	line-height:45px;
}
.case199 .join a {
	position:relative;
	display:inline-block;
	width:160px;
	height:45px;
	background:#90c31e;
	transition:all ease 600ms;
}
.case199 .join a:hover {
	background:#009924;
	width:180px;
}
/* 颜色 end*/
.case199 .w199 {
	width:1200px;
	margin:0 auto;
}
.case199 .icon199 {
	background-image:url(../images/icon199.png);
	display:inline-block;
	vertical-align:middle;
}
.case199 .it199 {
	padding-top:0;
}
.case199 .it199 .tit199 span {
	float:left;
	margin:0 20px;
}
.case199 .pro199 {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}
.case199 .pro199 .list199 {
	width:100%;
}
.case199 .pro199 .list199 li a {
	display:block;
	padding:10px;
	padding-bottom:10px;
}
.case199 .pro199 .list199 li a img {
	display:block;
	width:320px;
	height:auto;
	margin: 15px auto;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
}
.case199 .pro199 .list199 li .title199 {
	margin-top:20px;
}
.case199 .pro199 .hd199 {
	position:absolute;
	width:100%;
}
.case199 .pro199 .hd199 .prev {
	background-position:-340px -43px;
	left:-80px;
}
.case199 .pro199 .hd199 .next {
	background-position:-370px -43px;
	right:-80px;
}
.case199 .more199 {
	margin-top:40px;
}
.case199 .more199 .line199 {
	display:block;
	width:500px;
	height:1px;
	margin-top:24px;
	background:#ccc;
}
.case199 .join {
	margin-top:60px;
	margin-bottom:50px;
}
.case199 .join h3 {
	font-size:26px;
	font-weight:bold;
	padding-bottom:20px;
}
.case199 .join h3 s {
	display:inline-block;
	width:42px;
	height:31px;
	margin-right:10px;
	background-position:-295px -49px;
}
.case199 .join a s {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-35px;
	width:70px;
	height:10px;
	background-position:-329px -23px;
}
.pro_wds {
	padding:12px 0 0;
	width:1200px;
	margin:0 auto;
}
.case-item {
	height:398px;
	display:flex;
}
.case-item .desc {
	width:50%;
	text-align:left;
	padding:20px 94px 20px 110px;
	background:url(../images/ic_home_case_bg.png) no-repeat center;
	background-size:100% 100%;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}
.case-item .desc .desc-title {
	font-size:27px;
	color:#FFF;
}
.case-item .desc .desc-content {
	line-height:26px;
	margin-top:10px;
	font-size:16px;
	color:rgba(255,255,255,0.8);
}
.case-item .desc .data-list {
	width:100%;
	margin-top:20px;
	display:flex;
}
.case-item .desc .data-list .data-item {
	margin-right:28px;
	color:#FFF;
}
.case-item .desc .data-list .data-item .fs16 {
	margin-bottom:10px;
	font-size:16px;
}
.hsh-flex-bottom {
	display:flex;
	align-items:flex-end;
}
.case-item .case {
	width:50%;
	position:relative;
}
.case-item .case .logo {
	width:96px;
	height:96px;
	border-radius:16px;
	position:absolute;
	top:50%;
	left:66px;
	transform:translateY(-50%);
	z-index:1;
}
.home .um .um-page .widgets img {
	width:100%;
	height:100%;
	vertical-align:top;
}
.case-item .case .link {
	width:110px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:4px;
	background-color:#348aff;
	font-size:16px;
	color:#FFF;
	position:absolute;
	left:58px;
	bottom:70px;
	z-index:1;
}
.case282 .w282 {
	width:1200px;
	margin:0 auto;
}
.case282 .indextit {
	text-align:center;
}
.case282 .indextit .tit {
	font-size:48px;
	color:#005197;
	font-weight:bold;
	line-height:48px;
}
.case282 .indextit .tit span {
	color:#3ba86f;
	display:inline-block;
	padding-left:24px;
}
.case282 .indextit .subtit {
	font-size:16px;
	color:#333;
	font-weight:normal;
	line-height:18px;
	text-align:center;
	width:1200px;
	margin:0 auto;
	margin-top:18px;
}
.case282 .icon {
	background:url(../images/icon282.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.case282 {
	width:100%;
	background:url(../images/b282.jpg) center center no-repeat;
	padding-bottom:100px;
}
.case282 .indextit {
	padding-top:50px;
}
.ca282 {
	padding-top:54px;
	display:inline-block;
	width:1200px;
}
.ca282 .cb282 {
	position:relative;
	background:url(../images/a282.jpg) top center no-repeat;
	width:250px;
	height:807px;
	float:left;
}
.ca282 .cb282 h3 {
	height:95px;
	width:250px;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:74px;
	padding:5px 0;
}
.ca282 .cb282 ul {
	display:inline-block;
	width:230px;
	margin-left:10px;
}
.ca282 .cb282 ul li {
	display:block;
	width:230px;
	height:40px;
	margin-top:10px;
}
.ca282 .cb282 ul li a {
	display:block;
	width:228px;
	height:38px;
	border:#4e88b9 solid 1px;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#fff;
}
.ca282 .cb282 ul li a:hover {
	border:#3ba86f solid 1px;
	background-color:#45bd7f;
}
.ca282 .cb282 dl {
	position:absolute;
	bottom:0;
	width:230px;
	margin-left:10px;
	margin-top:34px;
	text-align:center;
}
.ca282 .cb282 dl dt {
	background:url(../images/c282.png) center center no-repeat;
	width:230px;
	height:18px;
	text-align:center;
	line-height:18px;
	font-size:16px;
	color:#fff;
}
.ca282 .cb282 dl dd {
	font-family:"Arial";
	font-size:24px;
	color:#fff;
	line-height:24px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:24px;
}
.ca282 .cc282 {
	float:right;
	width:900px;
	border:#e5e5e5 solid 1px;
}
.ca282 .cc282 .fl_t {
	background:url(../images/d282.jpg) center center no-repeat;
	width:900px;
	height:60px;
}
.ca282 .cc282 .fl_t p {
	float:left;
	font-size:24px;
	color:#fff;
	padding-left:28px;
	text-align:center;
	line-height:60px;
}
.ca282 .cc282 .fl_t a {
	display:block;
	float:right;
	font-size:16px;
	color:#333;
	padding-right:20px;
	line-height:60px;
}
.ca282 .cc282 .fl_t a:hover {
	color:#3ba86f;
}
.case282 .game163 {
	width:900px;
	position:relative;
	padding:30px 0px;
	border-top:none;
}
.case282 .game163 .smallscroll {
	width:100%;
	position:relative;
	height:314px;
	margin-top:22px;
}
.case282 .game163 .smallscroll .smallimg {
	width:840px;
	position:relative;
	height:300px;
}
.case282 .game163 .smallscroll .smallimg ul {
	width:auto;
	height:251px;
	overflow:hidden;
	top:0px;
	left:0px;
	position:absolute;
}
.case282 .game163 .smallscroll .smallimg ul li {
	width:283px;
	cursor:pointer;
	height:251px;
	float:left;
	border:1px solid #eaeaea;
	display:block;
	margin-right:20px;
}
.case282 .game163 .smallscroll .smallimg ul li .txt {
	width:270px;
	height:50px;
	border-bottom:1px solid #eaeaea;
}
.case282 .game163 .smallscroll .smallimg ul li span,.case282 .game163 .smallscroll .smallimg ul li p,.case282 .game163 .smallscroll .smallimg ul li .lx {
	display:none;
}
.case282 .game163 .smallscroll .smallimg ul li h2 {
	width:270px;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#333;
	position:relative;
}
.case282 .game163 .smallscroll .smallimg ul li h2 i {
	display:block;
	width:13px;
	height:13px;
	background-position:0px -29px;
	position:absolute;
	right:0;
	top:19px;
}
.case282 .game163 .smallscroll .smallimg ul li img {
	width:270px;
	height:200px;
	display:block;
	overflow:hidden;
}
.case282 .game163 .bigimg li {
	height:350px;
}
.case282 .game163 .bigimg .iopo {
	display:block;
	width:470px;
	height:348px;
	border:#f2f2f2 solid 1px;
	text-align:center;
	float:left;
}
.case282 .game163 .bigimg .iopo img {
	width:460px;
	height:340px;
	display:inline-block;
	margin-top:5px;
}
.case282 .game163 .bigimg {
	width:842px;
	height:350px;
	position:relative;
}
.case282 .game163 .bigimg .txt {
	width:340px;
	height:350px;
	float:right;
	font-size:24px;
	color:#333;
}
.case282 .game163 .bigimg .txt h2 {
	width:100%;
	font-size:24px;
	padding-bottom:18px;
	color:#333;
	border-bottom:#e5e5e5 solid 1px;
	font-weight:normal;
}
.case282 .game163 .bigimg .txt p {
	width:100%;
	display:block;
	font-size:14px;
	line-height:26px;
	color:#666;
	margin:13px 0;
	text-align:justify;
	height:230px;
	overflow:hidden;
}
.case282 .game163 .bigimg .txt p span {
	display:block;
	padding-top:30px;
}
.case282 .game163 .bigimg .txt p a {
	font-weight:bold;
	display:inline-block;
}
.case282 .game163 .bigimg .txt .lx a {
	display:inline-block;
	width:160px;
	height:46px;
	background-color:#3ba86f;
	text-align:center;
	line-height:46px;
	border-radius:5px;
	font-size:16px;
	color:#fff;
}
.case282 .game163 .bigimg .txt .lx a.x2 {
	margin-left:20px;
	display:inline-block;
	width:160px;
	height:46px;
	background-color:#005faf;
	text-align:center;
	line-height:46px;
	border-radius:5px;
	font-size:16px;
	color:#fff;
}
.case282 .game163 .bigimg .txt .lx a:hover {
	background-color:#005faf;
}
.case282 .game163 .bigimg .txt .lx a.x2:hover {
	background-color:#3ba86f;
}
.case282 .game163 .smallscroll .sprev {
	width:120px;
	height:36px;
	position:absolute;
	display:block;
	left:286px;
	bottom:0;
	text-align:center;
	background-color:#3ba86f;
	z-index:22;
}
.case282 .game163 .smallscroll .sprev span {
	display:inline-block;
	color:#fff;
	font-size:30px;
	line-height:30px;
}
.case282 .game163 .smallscroll .snext {
	width:120px;
	height:36px;
	position:absolute;
	display:block;
	left:436px;
	bottom:0;
	text-align:center;
	background-color:#3ba86f;
	z-index:22;
}
.case282 .game163 .smallscroll .snext span {
	display:inline-block;
	color:#fff;
	font-size:30px;
	line-height:30px;
}
/* 必要布局样式css */
.product-content {
	padding:6px 0 10px;
}
.product-title {
	margin:0px auto 0px;
	width:1200px;
	background:#f2f2f2;
}
.product-title h3 {
	font-size:16px;
	color:#333;
	padding:20px 30px;
	line-height:32px;
	text-align:left;
	border:1px solid #f0f0f0;
	border-bottom:none;
}
.product-title h3 em {
	color:#90c31e;
	font-weight:600;
	font-size:16px;
}
.product-box {
	position:relative;
	width:1200px;
	margin:0 auto;
	background:#fff;
	border:1px solid #f0f0f0;
}
.product-header ul {
	position:relative;
}
.product-header ul li {
	display:inline-block;
	text-align:center;
	position:relative;
	width:19.666%;
	border-bottom:1px solid #fff;
}
.product-header {
	padding-top:24px;
}
.product-header ul li a {
	display:block;
	padding:10px 30px;
	text-decoration:none;
}
.product-head-tag {
	position:relative;
	width:88px;
	height:88px;
	display:block;
	margin:0 auto 15px;
}
.product-head-tag img {
	width:100%;
	height:100%;
	display:block;
}
.product-head-tag .active-img {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.product-header ul li a:hover .active-img {
	position:absolute;
	left:0;
	top:0;
	opacity:1;
}
.product-head-tit {
	display:block;
	color:#333;
	font-size:16px;
}
.product-header ul li a:hover .product-head-tit {
	color:#90c31e;
}
.product-header ul .on a:after {
	display:inline-block;
	content:"";
	width:100%;
	position:absolute;
	left:0;
	right:0;
	background:#90c31e;
	z-index:1;
	height:2px;
	bottom:-2px;
}
.product-list-item {
	width:24%;
	display:inline-block;
	vertical-align:top;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:30px;
}
.product-list-item h3 {
	font-size:16px;
	margin-bottom:10px;
	font-weight:400;
}
.product-list-item h3 a {
	display:block;
}
.product-list-item h3 a i {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-1px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 2px;
	margin-left:10px;
	min-width:32px;
	border:1px solid #f60;
	font-size:12px;
	line-height:14px;
	color:#f60;
	text-align:center;
	font-style:normal;
}
.product-list-text {
	font-size:14px;
	color:#999;
	line-height:1.5;
}
.product-list-text span {
	font-size:14px;
	color:#999;
	line-height:1.5;
	margin-right:5px;
}
.product-switch {
	margin:20px auto;
	width:1200px;
}
.product-list-item h3 a:hover {
	color:#90c31e;
}
.on .active-img {
	position:absolute;
	left:0;
	top:0;
	opacity:1;
}
.on .product-head-tit {
	color:#90c31e;
}
.contentduo {
	width:1200px;
	margin:0 auto;
}
/**/
.feature {
	padding:9px 0;
	background:url(../images/feature_bg.jpg) no-repeat center bottom;
	width:1200px;
	margin:0px auto;
}
.feature dl {
	float:left;
	width:214px;
	margin-right:114px;
}
.feature dl:last-child {
	margin-right:0;
}
.feature dt {
	width:101px;
	height:101px;
	background:#ffffff;
	border-radius:50%;
	padding:4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto 27px;
	position:relative;
	cursor:pointer;
}
.feature dt .pic {
	width:83px;
	height:83px;
	background:#f7f7f7;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding:5px 5px;
}
.feature dt .pic img {
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.feature dd {
	text-align:center;
}
.feature dd h3 {
	font-size:24px;
	line-height:34px;
	color:#fff;
	margin-bottom:13px;
}
.feature dd p {
	font-size:14px;
	line-height:22px;
	color:#fff;
}
.feature dl:hover dt .pic {
	background:#ff7316;
	box-shadow:0px 11px 24px 0px rgba(241,96,0,0.38);
}
.feature dl:hover dt .pic img:first-child {
	display:none;
}
.feature dl:hover dt .pic img:last-child {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}
.feature dl:hover dt .icon img:first-child {
	display:none;
}
.feature dl:hover dt .icon img:last-child {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
}
.w287 {
	width:1200px;
	margin:0 auto;
}
.ry287 {
	padding:10px 0 0;
}
.ry287 .steps {
	overflow:hidden;
}
.ry287 .steps .bd {
	position:relative;
	padding:0px 0 10px 0px;
}
.ry287 .steps .bd li {
	float:left;
	width:180px;
	height:175px;
	margin-right:21px;
	border:1px solid #f2f2f2
}
.ry287 .steps .bd li:last-child {
	margin-right:0;
	border-right:1px solid #f2f2f2
}
.ry287 .steps .bd li span {
	padding:10px 0 10px 0;
	display:block;
	text-align:center;
	height:50px;
	line-height:26px;
	font-size:16px;
}
.ry287 .steps .bd li a {
	display:block;
	overflow:hidden;
}
.ry287 .steps .bd li img {
	width:180px;
	height:140px;
	display:block;
	transition:all 0.3s ease-out 0s;
}
.ry287 .steps .bd li a:hover img {
	transform:scale(1.08,1.08);
}
.ry287 .steps .hd {
	position:relative;
	margin-top:20px;
}
.ry287 .steps .hd ul {
	text-align:center;
}
.ry287 .steps .hd li {
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:14px;
	cursor:pointer;
	background:#999;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	font-size:0;
	b
}
.ry287 .steps .hd li.on {
	background:#90c31e;
}
.xwl331 .w331 {
	width:1200px;
	margin:0 auto;
}
.xwl331 {
	padding-bottom:0px;
}
.xwl331 .sub331 {
	height:76px;
	line-height:35px;
	padding-bottom:20px;
	border-bottom:1px solid #f2f2f2;
	padding-top:20px;
}
.xwl331 .sub331 .fl {
	font-size:14px;
}
.xwl331 .sub331 .fl span {
	color:#999;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
}
.xwl331 .sub331 .fr li {
	float:left;
}
.xwl331 .sub331 .fr li a {
	color:#333;
	padding:0 13px;
	display:block;
	line-height:33px;
	margin-left:10px;
	font-size:16px;
	transition:ease-in-out .2s;
}
.xwl331 .sub331 .fr li  a span {
	color:#999;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-left:20px;
}
.xwl331 .sub331 .fr li a:hover,.xwl331 .sub331 .fr li a.hover {
	background:#fff;
	color:#90c31e;
}
.xwl331 .al331 {
	margin-top:40px;
}
.xwl331 .al331 ul {
	width:100%;
}
.xwl331 .al331 li {
	width:379px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.xwl331 .al331 li:nth-child(3n) {
	margin-left:0;
}
.xwl331 .al331 li .img {
	overflow:hidden;
	height:213px;
	display:block;
	border:1px solid #efefef;
	width:368px;
	border-bottom:none;
}
.xwl331 .al331 li .img img {
	width:368px;
	height:auto;
	transition:.9s;
}
.xwl331 .imgH li .img {
	height:auto;
	border:1px solid #efefef;
	width:368px;
	border-bottom:none;
}
.xwl331 .imgH li .img img {
	height:auto;
}
.xwl331 .al331 li:hover .img img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.xwl331 .al331 li .p {
	border:1px solid #efefef;
	display:block;
	width:330px;
	padding:0 19px;
	height:108px;
	border-top:none;
	text-align:center;
}
.xwl331 .al331 li .p p {
	border-bottom:1px solid #d6d6d6;
	height:58px;
	line-height:58px;
	margin-bottom:10px;
	font-size:18px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.xwl331 .al331 li .p span {
	color:#666;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	font-size:14px;
	line-height:26px;
	height:40px;
}
.xwl331 .al331 li .p i {
	width:32px;
	height:12px;
	background-position:-73px -43px;
}
.xwl331 .al331 li .p .fl {
	font-size:12px;
	font-family:arial;
}
.xwl331 .al331 li:hover a span {
	color:#90c31e;
}
.xwl331 .al331 li:hover a p {
	color:#90c31e;
}
.xwl331 .al331 li:hover {
	}.xwl331 .pgl331 {
	padding:10px 10px;
	width:100%;
	text-align:center;
	clear:both;
}
.xwl331 .pgl331 a {
	color:#333;
	padding:0 15px;
	margin:0 4px;
	display:inline-block;
	vertical-align:middle;
	line-height:34px;
	background:#fff;
}
.xwl331 .pgl331 li {
	display:inline-block;
	border: 1px solid  #f2f2f2;
	margin-right: 10px;
}
.xwl331 .pgl331 a:hover,.xwl331 .pgl331 .active a {
	display:inline-block;
	color:#fff;
	background:#90c31e;
	border-color:#90c31e;
	box-shadow:0 0 14px rgb(0 0 0 / 20%);
}




.bn317 {
    width: 100%;
    min-width: 1000px;
    z-index: 20;
    position: relative;
}
.bn317 .list, .bn317 li, .bn317 img {
    height: 600px;
}
.bn317 li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.bn317 li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.bn317 li a {
    display: block;
    width: 100%;
}
.bn317 .tip {
    width: 100%;
    height: 6px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 10;
}
.bn317 .tip span {
    width: 10px;
    height: 10px;
    margin: 0 9px;
    border: 2px solid #67b306;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border-radius: 100%;
}
.bn317 .tip span.cur {
    background: #67b306;
}
.bn317 .prev, .bn317 .next {
    width: 50px;
    height: 70px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    transition: none;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/btn317.png) no-repeat 0 center;
}
.bn317 .prev {
    left: 3%;
    background-position: 8px center;
}
.bn317 .next {
    right: 3%;
    background-position: -59px 0;
}



